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")
Get a Default Category Tree ID
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /get_default_category_tree_id
Get a Category Tree
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /category_tree/{category_tree_id}
Get Aspects for All Leaf Categories in a Marketplace
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /category_tree/{category_tree_id}/fetch_item_aspects
SDK on GitHub 📄 API Docs
SDK
ebaysdk-python
Python
API
ebay.com
ebay.com:commerce-taxonomy
At a glance
Language Python
Endpoints8