listOrders( )


Retrieves a list of orders, 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
optionsListOrdersOptions

An object representing the available options for retrieving a list of orders.

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