ebay.com

Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommend

🔑 oauth2 8 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

pip install ebay-oauth-python-client
pip install ebaysdk-python
composer require ebay-sdk-examples
composer require ebay-sdk-php
curl examples
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
Endpoints (8 total)
GET
/get_default_category_tree_id
Get a Default Category Tree ID
GET
/category_tree/{category_tree_id}
Get a Category Tree
GET
/category_tree/{category_tree_id}/fetch_item_aspects
Get Aspects for All Leaf Categories in a Marketplace
GET
/category_tree/{category_tree_id}/get_category_subtree
Get a Category Subtree
GET
/category_tree/{category_tree_id}/get_category_suggestions
Get Suggested Categories
GET
/category_tree/{category_tree_id}/get_compatibility_properties
Get Compatibility Properties
GET
/category_tree/{category_tree_id}/get_item_aspects_for_category
Note: The General Availability (GA) version of the Taxonomy API has been rele…
GET
/category_tree/{category_tree_id}/get_compatibility_property_values
Get Compatibility Property Values
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints8
Authoauth2
Categories1