Retrieve orders. Returns completed orders orderd by their completed at date in descending order. By default, the first 100 (max number of orders per request) will be returned
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
Whether to include orders that are in a reservation state, often awaiting customer actions (such as payment via invoice or on-site). Default state is false.
Limits the number of orders returned.
The offset - e.g 10 for listing orders starting with the 10th order with the most recent completed at date.
The page in which you wish to retrieve orders. You will only be able to paginate by page if you do not specify an offset.
When present, orders will be filterd where the cutsomer name contains this value.
When present, orders will be filterd where the order reference contains this value.
A list of related resources you wish to include in the response. Values can be a url encoded array, or comma separated string.
orderItems, customers, billingAddresses, deliveryAddresses, discountCodes, accessCodes, transactions, spaces, historicBarcodes A list of commera separated item types that the order must contain. Where orders contain item types not listed here, alongside item types that are listed here, the order will be returned.
ticket, product, guest_list, season_ticket, charity, cashless_topup, cashless_product Date/Time for retrieving orders who's associated database records (order items, data capture responses and data capture response options) have been updated after the given lastUpdated time. Accepted formats:
The cursor to retrieve the next page of data when using lastUpdated. After the first request specifying a lastUpdated parameter, you should use the resulting cursor for subsequent requests.
Allows you to filter the orders by email, full name, order reference or event name.
Allows you to filter for orders that contain items from the given event ID.
Controls records returned depending on their deletedAt status. This is a global flag, so will apply to all resources, including relationships such as resources returned under the included attribute.
true to include deleted recordsfalse to exclude deleted records (or leave blank)true, false A list of attributes that you wish to be returned in the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. orders.id,orderItems.saleItemId,venues.name. Can be used in conjunction with except providing both parameters don't reference the same resource.
A list of attributes that you wish to exclude from the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. orders.id,orderItems.saleItemId,venues.name. Can be used in conjunction with only providing both parameters don't reference the same resource.
Successfully retrieved orders.
Optionally included via the include parameter.
Optionally included via the include parameter.
Optionally included via the include parameter.
Optionally included via the include parameter.
Optionally included via the include parameter.