Using ebay-oauth-python-client with ebay.com

Python integration

✓ Official SDK
Install
pip install ebay-oauth-python-client
Quick start
import ebay-oauth-python-client

# Use an OAuth2 access token
client = ebay_oauth_python_client.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
ebay-oauth-python-client
Python
API
ebay.com
ebay.com:sell-marketing
At a glance
Language Python
Endpoints69
Base URLhttps://api.ebay.com/sell/marketing/v1
✓ Official