List orders
Cursor-paginated orders for the authenticated organization, newest first by default. Filter by status, payment status, fulfillment status, source, customer, order number, and created/updated ranges; sort by createdAt or updatedAt for incremental sync. Requires the orders:read scope.
Autorizaciones
Public API key presented as Authorization: Bearer rq_live_….
Parámetros de consulta
Max items to return, 1–100. Defaults to 20.
x <= 10020
Cursor from the previous page's nextCursor. Omit for the first page.
Filter by order status.
PLACED, CANCELLED Filter by payment status.
UNPAID, PARTIALLY_PAID, PAID, ERROR Filter by fulfillment status.
UNFULFILLED, IN_PROGRESS, FULFILLED, DELIVERED Filter by the channel the order came from.
STOREFRONT, PURCHASE_ORDER Filter to one customer (UUID). Guest orders are excluded when set.
Filter by order number. Accepts a plain integer or the #123 form.
^#?\d+$"#1042"
Only orders created at or after this instant (ISO-8601 with timezone).
Only orders created before this instant (ISO-8601 with timezone).
Only orders updated at or after this instant. Pair with sort=updatedAt for incremental sync.
Only orders updated before this instant (ISO-8601 with timezone).
Field to sort by. Use updatedAt for incremental sync.
createdAt, updatedAt Sort direction.
asc, desc