List Orders
order_listRetrieve order records from a Shopify store with optional filters for status, financial state, and fulfillment. Use pagination to access large order sets.
Instructions
List orders from a Shopify store with optional filtering by status and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of orders to return (1-250) | |
| store | Yes | Store name (use store_list to see available stores) | |
| cursor | No | Pagination cursor from previous response | |
| status | No | Filter by order status | any |
| response_format | No | Response format | json |
| financial_status | No | Filter by financial status | |
| fulfillment_status | No | Filter by fulfillment status |