Using china-dictatorship with ebay.com

HTML integration

Install
# See https://github.com/cirosantilli/china-dictatorship
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
china-dictatorship
HTML
API
ebay.com
ebay.com:sell-metadata
At a glance
Language HTML
Endpoints8
Base URLhttps://api.ebay.com/sell/metadata/v1