Orders list
orders_listList orders the authenticated principal placed (buyer-side view), paginated with a cursor. Optional status filter (e.g. 'paid_awaiting_fulfillment', 'delivered', 'cancelled'). Use this to find an order id before calling orders_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque cursor from next_cursor in the previous page; omit for the first page. | |
| status | No | Filter to a single order status; omit for all statuses. | |
| page_size | Yes | Results per page, 1-100. Defaults to 20. |