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 retrieves all the sales tax jurisdictions for the country that yo…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/metadata/v1/country/{countryCode}/sales_tax_jurisdiction
This method returns the eBay policies that define whether or not you must inc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/metadata/v1/marketplace/{marketplace_id}/get_return_policies
This method returns item condition metadata on one, multiple, or all eBay cat…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/metadata/v1/marketplace/{marketplace_id}/get_item_condition_policies
SDK on GitHub 📄 API Docs
SDK
ebay-oauth-python-client
Python
API
ebay.com
ebay.com:sell-metadata
At a glance
Language Python
Endpoints8
Base URLhttps://api.ebay.com/sell/metadata/v1
✓ Official