GET

Get Order Summary


Retrieves a summary of total ticket sales.

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
Manage Events
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events/v1/orders/summary

Query Params
eventIdstring

Event ID.

Response Object
salesArray <TicketSales>

Ticket sales grouped by currency.

Get Order Summary Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?