Input
Resource URI (production)
URI parameters
HTTP request headers
OAuth scope
This request requires an access token created with the client credentials grant flow, using one or more scopes from the following list (please check your Application Keys page for a list of OAuth scopes available to your application):
https://api.ebay.com/oauth/api_scope
See OAuth access tokens for more information.
Input container/field | Type | Description |
---|---|---|
from | LanguageEnum | The language of the input text to be translated. Not all LanguageEnum values are supported in this field. For a full list of supported language translations, see the table in the API Overview page. Occurrence: Required |
text | array of string | The input text to translate. For ITEM_DESCRIPTION translations, HTML/CSS markup and links can be included, but will count toward max character limit. Max Length:
Occurrence: Required |
to | LanguageEnum | The target language for the translation of the input text. Not all LanguageEnum values are supported in this field. For a full list of supported language translations, see the table in the API Overview page. Occurrence: Required |
translationContext | TranslationContextEnum | Input the listing entity to be translated. Valid Values: ITEM_TITLE and ITEM_DESCRIPTION Occurrence: Required |
Output
Output container/field | Type | Description |
---|---|---|
from | LanguageEnum | The enumeration value indicates the language of the input text. Occurrence: Always |
to | LanguageEnum | The enumeration value indicates the language of the translated text. Occurrence: Always |
translations | array of Translation | An array showing the input and translated text. Only one input string can be translated at this time. Support for multiple continuous text strings is expected in the future. Occurrence: Always |
translations.originalText | string | The original text, in the language specified in the from field, that was input into the text field in the request. Occurrence: Always |
translations.translatedText | string | The translation of the original text into the language specified in the to field. Occurrence: Always |
HTTP status codes
This call can return one of the following HTTP status codes. For an overview of the status codes, see HTTP status codes in Using eBay RESTful APIs.
Status | Meaning |
---|---|
200 | OK |
400 | Bad Request |
500 | Internal Server Error |
Error codes
For more on errors, plus the codes of other common errors, see Handling errors.
Code | Domain | Category | Meaning |
---|---|---|---|
110000 | API_TRANSLATION | APPLICATION | There was a problem with an eBay internal system or process. Contact eBay developer support for assistance. |
110001 | API_TRANSLATION | REQUEST | From language is invalid, missing or not supported. For more information, see the API call reference documentation. |
110002 | API_TRANSLATION | REQUEST | To language is invalid, missing or not supported. For more information, see the API call reference documentation. |
110003 | API_TRANSLATION | REQUEST | Context is not supported. For more information, see the API call reference documentation. |
110004 | API_TRANSLATION | REQUEST | Maximum number of input text reached. For more information, see the API call reference documentation. |
110005 | API_TRANSLATION | REQUEST | Maximum length of input text reached. For more information, see the API call reference documentation. |
110006 | API_TRANSLATION | REQUEST | Unsupported from and to combination. |
110007 | API_TRANSLATION | REQUEST | Markups are not supported in input texts. |
Warnings
Samples
New to making API calls? Please see Making a Call.
Note: Identifiers, such as order IDs or user IDs, and personal data in these samples might be anonymized or may no longer be active on eBay. If necessary, substitute current, relevant eBay data in your requests.