Seller list orders
seller_list_ordersRetrieve orders for your seller account with pagination and status filters to identify orders awaiting fulfillment, shipped, delivered, cancelled, or refunded.
Instructions
List orders placed against the bound seller's products (seller-side view), paginated. Filter by status (e.g. 'paid_awaiting_fulfillment' to find orders that need shipping). This is the seller-equivalent of orders_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque cursor from the previous page's next_cursor. | |
| status | No | Filter by order status; omit for all orders. | |
| page_size | Yes | Results per page (1-100, default 20). |