updateCheckout( )


Updates order and tickets.

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

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Events - all permissions
Manage Orders
Learn more about permission scopes.
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