updateCheckout( )


Updates order and tickets.

Only applicable for orders with INITIATED, PENDING, OFFLINE_PENDING statuses.

Permissions
Manage Events - all permissions
Manage Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
orderNumberstringRequired

Unique order number.


eventIdstringRequired

Event ID to which the checkout belongs.


optionsUpdateCheckoutOptions

An object representing the available options for updating an order and tickets.

Returns
Return Type:Promise<UpdateCheckoutResponse>
Was this helpful?
Yes
No