Order retrieval and search across editions with filtering by status, customer, and date.
List orders
List orders from accessible editions. Requires at least one of edition_id, organization_id, or customer_id to be provided. Filter by edition_id to see orders from a specific edition, by organization_id to see orders from all editions in an organization, or by customer_id to see orders from a specific customer across all accessible editions.
query Parameters
created_afterFilter orders created after this datetime (ISO 8601 format)
created_beforeFilter orders created before this datetime (ISO 8601 format)
customer_emailSearch by customer email (case-insensitive, partial match)
customer_idFilter by customer user ID (e.g., usr_...). Returns orders from all accessible editions.
customer_phoneSearch by customer phone number (case-insensitive, partial match)
edition_idFilter by specific edition (e.g., edt_...)
order_numberSearch by order number (case-insensitive, partial match)
orderingOrder results by field (prefix with - for descending)
created- Created-created- Created (descending)modified- Modified-modified- Modified (descending)order_number- Order number-order_number- Order number (descending)status- Status-status- Status (descending)type- Type-type- Type (descending)amount- Amount-amount- Amount (descending)
organization_idFilter by organization (e.g., org_...). Returns orders from all editions in the organization.
pageA page number within the paginated result set.
page_sizeNumber of results to return per page (default: 100).
searchCombined search across order number, order ID, customer email, customer phone, and transaction ID
statusFilter by order status: pending, confirmed, completed, cancelled
pending- Pendingconfirmed- Confirmedcompleted- Completedcancelled- Cancelled
transaction_idFilter by transaction ID (e.g., trx_...)
typeFilter by order type: online, in-person, imported
online- Onlinein-person- In Personimported- Imported
List orders › Responses
countnextpreviousRetrieve order details
Get detailed information about a specific order, including transactions and purchases.
path Parameters
idA unique value identifying this Order.
Retrieve order details › Responses
idLight readonly serializer for embedding in other resources.
amountcurrencyeur- EURusd- USDgbp- GBPpln- PLNdkk- DKKsek- SEKnok- NOK
Detailed user serializer with full customer profile
completed_transaction_idcreatedmodifiedorder_numbertypeonline- Onlinein-person- In Personimported- Imported
statuspending- Pendingconfirmed- Confirmedcompleted- Completedcancelled- Cancelled
metadata
