List customer orders
Returns the authenticated customer’s order history with cursor pagination.
Authorizations
Bearer token authentication
Query Parameters
Pagination cursor
Number of records per page (max 100)
Free-text search across order number, customer name/email/phone, external id, and order id/number
Sort key; prefix with '-' for descending
sale_date, -sale_date, created_at, -created_at, id, -id, order_status, -order_status, status, -status, customer_name, -customer_name, customer, -customer, amount, -amount Filter by order status ('all' returns every status)
all, draft, pending, pending_review, processing, completed, cancelled, archived Filter by order class
sample_order, customer_order, member_order, enrollment_order, autoship_order Filter by customer id
Filter by user company id
Filter by subscription id
Include orders on or after this date
Include orders on or before this date
Timezone for date-range filtering
Include orders within the last N days
Filter by cart source
Comma-separated country ISO codes to filter by
Force recomputation of aggregate stats
Filter by exact order number