List All Orders
Retrieves orders from Shopify with GraphQL.
Query
Optional Shopify order search query string. Leave blank to list orders.
Optional lower bound for Shopify created_at order search, for example 2026-03-01 or 2026-03-01T00:00:00Z.
Optional upper bound for Shopify created_at order search, for example 2026-04-01 or 2026-04-01T00:00:00Z.
Optional lower bound for Shopify updated_at order search, for example 2026-03-01 or 2026-03-01T00:00:00Z.
Optional upper bound for Shopify updated_at order search, for example 2026-04-01 or 2026-04-01T00:00:00Z.
Optional Shopify financial_status filter, for example paid, pending, authorized, partially_paid, refunded, or voided.
Optional list of Shopify order names to match, for example #1001 or 1001.
Reverse the sort order of the results.
Optional cursor for manually continuing from a previous page. Standard pagination controls handle this automatically in most workflows.
Maximum number of rows to return.
Number of rows to skip.
Comma-separated response fields to include.