Returns a specific order for the given order ID
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
The order ID. Basket IDs and Order IDs can be used interchangeably.
The order reference. Basket references and Order references can be used interchangeably. Will take precedent over orderId parameter.
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, this endpoint will include items that were removed from the users order/basket pre and/or post-sale.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.
A list of related resources you wish to include in the response. Values can be a url encoded array, or comma separated string.
customer, billingAddress, deliveryAddress, discountCodes, accessCodes, transactions, spaces, historicBarcodes Successfully retrieved order.
This parameter will be removed in a future version of the API. You should use customer.name instead.
This parameter will be removed in a future version of the API. You should use customer.email instead.
The human readable form of the status slug - can be displayed directly to users.
Can be one of: active, valid, processing, complete, requires_approval, rejected, approved, cancelled, expired,partially_refunded, awaiting_payment_link, awaiting_onsite_payment, awaiting_invoice, awaiting_approval, awaiting_local_payment
The reserver name override set at the order level for this order
The customer facing download URL from which their event media can be retrieved for the order items owned by them.
The download URL from which event media can be retrieved for the whole order, regardless of item holder.
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.
Optionally included via the include parameter.
Optionally included via the include parameter.