ebay_get_orders
Retrieve eBay orders for your seller account with optional filters for date range, pagination, or specific order IDs.
Instructions
Retrieve orders for the seller.
Required OAuth Scope: sell.fulfillment.readonly or sell.fulfillment Minimum Scope: https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of orders to return per page | |
| filter | No | Filter criteria for orders (e.g., creationdate:[2024-01-01..2024-12-31]) | |
| offset | No | Number of orders to skip for pagination | |
| orderIds | No | Comma-separated list of order IDs | |
| fieldGroups | No | Response field group, e.g. TAX_BREAKDOWN |