ebay.com

The Marketing API offers two platforms that sellers can use to promote and advertise their products: Promoted Listings is an eBay ad service that lets sellers set up ad campaigns for the products they want to promote. eBay displays the ads in search results and

🔑 oauth2 69 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

pip install ebay-oauth-python-client
pip install ebaysdk-python
composer require ebay-sdk-examples
composer require ebay-sdk-php
curl examples
This method returns a list of a seller's undeleted promotions. <p>The call re…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/marketing/v1/promotion
This method retrieves the details for all of the seller's defined campaigns. …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/marketing/v1/ad_campaign
This method returns information on all the existing report tasks related to a…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/marketing/v1/ad_report_task
Endpoints (69 total)
GET
/promotion
This method returns a list of a seller's undeleted promotions. <p>The call re…
GET
/ad_campaign
This method retrieves the details for all of the seller's defined campaigns. …
GET
/ad_report_task
This method returns information on all the existing report tasks related to a…
GET
/negative_keyword
<span class="tablenote"><b>Note:</b> This method is only available for select…
GET
/promotion_report
This method generates a report that lists the seller's running, paused, and e…
GET
/ad_report_metadata
This call retrieves information that details the fields used in each of the P…
GET
/ad_report/{report_id}
This call downloads the report as specified by the <b>report_id</b> path para…
GET
/promotion_summary_report
This method generates a report that summarizes the seller's promotions for th…
GET
/ad_campaign/{campaign_id}
This method retrieves the details of a single campaign, as specified with the…
GET
/ad_campaign/{campaign_id}/ad
This method retrieves Promoted Listings ads that are associated with listings…
GET
/item_promotion/{promotion_id}
This method returns the complete details of the threshold promotion specified…
GET
/ad_report_task/{report_task_id}
This call returns the details of a specific Promoted Listings report task, as…
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints69
Authoauth2
Categories1
https://api.ebay.com/sell/marketing/v1