/shop/reports/order-itemsList order items
Use this endpoint to retrieve a paginated list of individual order items, with optional filters and sorting.
The response also includes a CSV variant when requesting with Accept: text/csv.
Query parameters
Restrict the report to order items belonging to the given site. Omit to include items from every site the caller's API key can access; the response groups them under their own
site_idfield.The page to retrieve results from
The number of results to return per page
A comma-separated list of order labels IDs to filter on.
A comma-separated list of order labels IDs to filter on.
A comma-separated list of sales channel IDs to filter on.
A comma-separated list of sales channel IDs to filter on.
A comma-separated list of offering IDs to filter on.
A comma-separated list of offering IDs to filter on.
A comma-separated list of item types to filter on.
A comma-separated list of item types to filter on.
Filter by the offering's category.
A comma-separated list of offering category ids to filter on.
Filter by the status of the item.
A comma-separated list of statuses to filter on.
A comma-separated list of order statuses to filter on.
A comma-separated list of order statuses to filter on.
Filter on items with an order revenue date on or after this date.
Filter on items with an order revenue date on or before this date.
Filter on items with a start time on or after this date.
Filter on items with a start time on or before this date.
Filter on orders with a submitted date on or after this time.
Filter on orders with a submitted date before this time.
Filter on items which are booked in for on or after this date.
Filter on items which are booked in for before this date.
A comma-separated list of category IDs to filter on.
A comma-separated list of stock category IDs to filter on.
A comma-separated list of stock brand IDs to filter on.
A comma-separated list of revenue centre names to filter on.
A comma-separated list of user IDs to filter for items sold by that user.
A comma-separated list of user IDs to filter for items sold by that user.
A comma-separated list of practitioner IDs to filter on.
A comma-separated list of practitioner IDs to filter on.
A comma-separated list of shop category ids to filter on (includes offering and voucher categories).
A comma-separated list of room IDs to filter on.
A comma-separated list of room IDs to filter on.
A comma-separated list of zone IDs to filter on.
A comma-separated list of zone IDs to filter on.
The field to order results by.
The direction to order results by.
Possible values:ascdesc
Responses
- 200
The data was successfully retrieved.
- 400
The request failed.