ebay.com

The Metadata API has operations that retrieve configuration details pertaining to the different eBay marketplaces. In addition to marketplace information, the API also has operations that get information that helps sellers list items on eBay.

🔑 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
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
Endpoints (8 total)
GET
/country/{countryCode}/sales_tax_jurisdiction
This method retrieves all the sales tax jurisdictions for the country that yo…
GET
/marketplace/{marketplace_id}/get_return_policies
This method returns the eBay policies that define whether or not you must inc…
GET
/marketplace/{marketplace_id}/get_item_condition_policies
This method returns item condition metadata on one, multiple, or all eBay cat…
GET
/marketplace/{marketplace_id}/get_negotiated_price_policies
This method returns the eBay policies that define the supported negotiated pr…
GET
/marketplace/{marketplace_id}/get_hazardous_materials_labels
This method returns hazardous materials label information for the specified e…
GET
/marketplace/{marketplace_id}/get_listing_structure_policies
This method returns the eBay policies that define the allowed listing structu…
GET
/marketplace/{marketplace_id}/get_automotive_parts_compatibility_policies
This method returns the eBay policies that define how to list automotive-part…
GET
/marketplace/{marketplace_id}/get_extended_producer_responsibility_policies
This method returns the Extended Producer Responsibility policies for one, mu…
Language coverage
Python
2
PHP
2
At a glance
Total SDKs4
Languages2
Endpoints8
Authoauth2
Categories1
https://api.ebay.com/sell/metadata/v1