getOrder( )


Retrieves an order, including ticket data.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Orders
Read Basic Events Order Info
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
identifiersGetOrderIdentifiersRequired

An object containing identifiers for the order to be retrieved.


optionsGetOrderOptions

An object representing the available options for getting an order.

Returns
Return Type:Promise<Order>
Did this help?