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")
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
ebay-oauth-python-client
Python
API
ebay.com
ebay.com:commerce-taxonomy

At a glance

Language Python
Endpoints8
✓ Official