list_draft_orders
Retrieve draft orders from the store to manage orders created on behalf of customers. Supports filtering by status and pagination.
Instructions
List draft orders in the store. Draft orders can be used to create orders on behalf of customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of draft orders to return (1-250). Default: 10. | |
| status | No | Filter by draft order status. | |
| since_id | No | Return draft orders after this ID. | |
| page_info | No | Cursor for pagination. |