list_draft_orders
Retrieve draft orders with optional status filters and cursor pagination. Get paginated results and continue with next_since_id when has_more is true.
Instructions
List draft orders with optional filters. Returns paginated results via since_id cursor. Filter by status. If has_more=true, call again with next_since_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (default 50, max 250). | |
| status | No | Filter by draft order status. | |
| since_id | No | Return draft orders with ID greater than this value (cursor pagination). |