GET /promotion_report
This method generates a report that lists the seller's running, paused, and ended promotions for the specified eBay marketplace. The result set can be filtered by the promotion status and the number of results to return. You can also supply keywords to limit the report to promotions that contain the specified keywords.
Specify the eBay marketplace for which you want the report run using the marketplace_id query parameter. Supply additional query parameters to control the report as needed.
Servers
- https://api.ebay.com{basePath}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
String | No |
Specifies the maximum number of promotions returned on a page from the result set. |
q |
String | No |
A string consisting of one or more keywords. eBay filters the response by returning only the promotions that contain the supplied keywords in the promotion title. |
marketplace_id |
String | Yes |
The eBay marketplace ID of the site for which you want the promotions report. Valid values:
|
promotion_type |
String | No |
Filters the returned promotions in the report based on their campaign promotion type. Specify one of the following values to indicate the promotion type you want returned in the report:
|
offset |
String | No |
Specifies the number of promotions to skip in the result set before returning the first promotion in the paginated response. Combine offset with the limit query parameter to control the items returned in the response. For example, if you supply an offset of Default: 0 |
promotion_status |
String | No |
Limits the results to the promotions that are in the state specified by this query parameter.
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.