{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Language API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Language", "type": "folder" }, "items": [ { "info": { "name": "translate", "type": "http" }, "http": { "method": "POST", "url": "https://api.ebay.com{basePath}/translate", "headers": [ { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "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 translates listing title and listing description text from one language into another. For a full list of supported language translations, see the table in the API Overview page." } ] } ], "bundled": true }