{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Rate_table API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Rate_table", "type": "folder" }, "items": [ { "info": { "name": "getRateTables", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/rate_table", "params": [ { "name": "country_code", "value": "", "type": "query", "description": "This query parameter specifies the two-letter ISO 3166 code of country for which you want shipping rate table information. If you do not specify a country code, the request returns all of the seller's defined shipping rate tables for all eBay marketplaces. For implementation help, refer to eBay API documentation at https://developer.ebay.com/api-docs/sell/account/types/ba:CountryCodeEnum" } ], "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 a seller's shipping rate tables for the country specified in the country_code query parameter. If you call this method without specifying a country code, the call returns all of the seller's shipping rate tables.

The method's response includes a rateTableId for each table defined by the seller. This rateTableId value is used in add/revise item call or in create/update fulfillment business policy call to specify the shipping rate table to" } ] } ], "bundled": true }