GET /promotion_summary_report
This method generates a report that summarizes the seller's promotions for the specified eBay marketplace. The report returns information on RUNNING
, PAUSED
, and ENDED
promotions (deleted reports are not returned) and summarizes the seller's campaign performance for all promotions on a given site.
For information about summary reports, see Reading the item promotion Summary report.
Servers
- https://api.ebay.com{basePath}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
marketplace_id |
String | Yes |
The eBay marketplace ID of the site you for which you want a promotion summary report. Valid values:
|
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.