Returns list
returns_listRetrieve paginated returns, filtered by order ID or return status, to track and manage return requests.
Instructions
List returns the authenticated principal filed (buyer-side view), paginated. Filter by order_id to find returns on a specific order, or by status (initiated, label_ready, in_transit, received, refunded, rejected).
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 return status; omit for all statuses. | |
| order_id | No | Filter to returns for one order. | |
| page_size | Yes | Results per page, 1-100. Defaults to 20. |