get_orders
Retrieve and filter orders from all connected marketplaces in a unified format. Search by buyer, item, or order reference, and filter by status, date range, or platform.
Instructions
Get the seller's orders across every connected marketplace, in one unified shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed page. Default 1. | |
| search | No | Search buyer, item or order reference. | |
| status | No | Filter by order status. | |
| date_end | No | Only orders on/before this date (YYYY-MM-DD). | |
| per_page | No | Results per page. Default 25, max 100. | |
| platform | No | Filter by the channel the order came from (e.g. 'depop'). Call list_channels for valid values. Omit for all channels. | |
| date_start | No | Only orders on/after this date (YYYY-MM-DD). |