slam_orders_list
Retrieve and filter Shopify orders by financial and fulfillment status with pagination and sorting options for efficient order management.
Instructions
Returns a paginated list of orders with customer name and line item count. Filterable by financial_status and fulfillment_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| financial_status | No | Filter by financial status (e.g. 'PAID', 'PENDING', 'REFUNDED') | |
| fulfillment_status | No | Filter by fulfillment status (e.g. 'FULFILLED', 'UNFULFILLED') | |
| limit | No | Max rows to return (1-100, default 25) | |
| offset | No | Number of rows to skip | |
| sort_by | No | Column to sort by | created_at |
| sort_order | No | Sort direction | DESC |