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 evaluates a seller's current listings and returns the set of IDs …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/negotiation/v1/find_eligible_items
SDK on GitHub 📄 API Docs
SDK
ebaysdk-python
Python
API
ebay.com
ebay.com:sell-negotiation
At a glance
Language Python
Endpoints2
Base URLhttps://api.ebay.com/sell/negotiation/v1