List orders
printify_list_ordersList orders in a shop (paginated), optionally filtered by status or SKU. Printify REST: GET /v1/shops/{shop_id}/orders.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Filter to orders containing this SKU. | |
| page | No | 1-based page number. | |
| limit | No | Items per page (default 10, max 10). | |
| status | No | Filter by fulfillment status, e.g. 'fulfilled'. | |
| shop_id | Yes | Shop id — required. |