{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Country API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Country", "type": "folder" }, "items": [ { "info": { "name": "getSalesTaxJurisdictions", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/country/:countryCode/sales_tax_jurisdiction", "params": [ { "name": "countryCode", "value": "", "type": "path", "description": "This path parameter specifies the two-letter ISO 3166 country code for the country whose jurisdictions you want to retrieve.

Note: Sales-tax tables are available only for the US and Canada marketplaces. Therefore, the only supported values are:" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This method retrieves all sales-tax jurisdictions for the country specified in the countryCode path parameter. Countries with valid sales-tax jurisdictions are Canada and the US.

The response from this call tells you the jurisdictions for which a seller can configure tax tables. Although setting up tax tables is optional, you can use the createOrReplaceSalesTax method in the Account API call to configure the tax tables for the jurisdictions into which you sell.