ebay_get_promotions
Retrieve eBay item promotions with filters for marketplace, status, and type to manage order discounts and shipping offers.
Instructions
Get all item promotions with optional filters. Returns order discounts, shipping discounts, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketplaceId | No | Filter by marketplace ID | |
| promotionStatus | No | Filter by status: DRAFT, SCHEDULED, RUNNING, PAUSED, ENDED | |
| promotionType | No | Filter by type: ORDER_DISCOUNT, MARKDOWN_SALE, etc. | |
| limit | No | Maximum number of results to return | |
| offset | No | Number of results to skip |