Python integration
import ebay-oauth-python-client # Use an OAuth2 access token client = ebay_oauth_python_client.Client(access_token="YOUR_ACCESS_TOKEN")
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.ebay.com/sell/metadata/v1/country/{countryCode}/sales_tax_jurisdictioncurl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.ebay.com/sell/metadata/v1/marketplace/{marketplace_id}/get_return_policiescurl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.ebay.com/sell/metadata/v1/marketplace/{marketplace_id}/get_item_condition_policies