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>
Did this help?