Queue an export of the orders list
Queue a request to export the orders list
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
Discriminator describing what kind of sellable item an Offering represents. The value determines which downstream schema (Appointment, Session, Package, etc.) the offering's offering_id resolves against, and which checkout/booking flow applies.
Filter orders by the type of offering for their items.
A 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}
Filter results by the site they belong to
Response
The job was successfully queued
Example response
{
"data": {
"created_at": "2023-11-07T00:00:00+00:00",
"updated_at": "2023-11-07T01:00:00+00:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.