List orders
Returns a paginated list of orders for the current store.
Required scope: read_orders (for API-key authentication).
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Query Parameters
Page number
Number of records per page
Sort field (e.g., created_at, -created_at, completed_at)
Filter by state (cart, address, delivery, payment, confirm, complete, canceled)
Filter by email (contains)
Filter by order number
Filter by completed after date
Comma-separated associations to expand (e.g., items, fulfillments, payments, customer, discounts, billing_address, shipping_address). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., number,total,status,completed_at). id is always included.
Response
orders found

