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 call returns specific listing violations for the supported listing compl…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/compliance/v1/listing_violation
This call returns listing violation counts for a seller. A user can pass in o…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/compliance/v1/listing_violation_summary
SDK on GitHub 📄 API Docs
SDK
ebaysdk-python
Python
API
ebay.com
ebay.com:sell-compliance
At a glance
Language Python
Endpoints3
Base URLhttps://api.ebay.com/sell/compliance/v1