Using ebaysdk-python with ebay.com

Python integration

Install
pip install ebaysdk-python
Quick start
import ebaysdk-python

# Use an OAuth2 access token
client = ebaysdk_python.Client(access_token="YOUR_ACCESS_TOKEN")
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
SDK on GitHub 📄 API Docs
SDK
ebaysdk-python
Python
API
ebay.com
ebay.com:sell-marketing
At a glance
Language Python
Endpoints69
Base URLhttps://api.ebay.com/sell/marketing/v1