updateOrder( )


Updates a ticket order.

The updateOrder() function returns a Promise that resolves to an UpdateOrderResponse when the ticket order has been updated with the new form values specified in the updateInfo parameter.

You cannot update an order after payment has been processed.

Note: To work with the Wix Events API, you need to publish your site.

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>
Was this helpful?
Yes
No