/shop/ordersRetrieve all orders matching the given parameters
Use this endpoint to retrieve orders
Query parameters
The query to filter orders on.
The customer ID to filter orders on.
The status to filter orders on.
The labels to filter orders on.
A comma separated string of offering ids to fetch orders for
Filter orders by the type of offering for their items.
Possible values:appointmentappointment_enquiryarea_bookingcoursehotel_room_reservationmembershippackageproductsessiontable_reservationvoucherA comma separated string of user ids to fetch orders for
Filter on orders with a revenue date on or after this date.
Filter on orders with a revenue date on or before this date.
Filter on orders with an items on this date.
Filter on orders with an item date on or after this date.
Filter on orders with an item date on or before this date.
Filter on orders with an item status of one of these comma-separated values.
Filter on orders with a submitted date on or after this time.
Filter on orders with a submitted date before this date.
Filter on orders with a updated date on or after this date.
Filter on orders with a updated date before this date.
Filter on orders that contain a membership purchase
Filters on orders that have an outstanding balance
Filter on orders that have the given sales channel ID
Filter on an external ID, in the format
{key}:{value}Pass
trueto return a single 'items' array rather than separate arrays for each item typeFilter results by the site they belong to
The page to retrieve results from
The number of results to return per page
Responses
- 200
The
Orders were successfully retrieved - 401
The user is unauthenticated