updateOrder( )


Updates a ticket order.

You can't update an order after payment has been processed.

Note: The frontend Events APIs aren't functional when previewing a site. View a published version of a site to see their complete functionality

Method Declaration
Copy
Method Parameters
eventIdstringRequired

ID of the event that the ticket reservations are for.


orderNumberstringRequired

Number of the order to update.


updateInfoUpdateInfoRequired

Information related to the update.

Returns
Return Type:Promise<UpdateOrderResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?