cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Translation API not working

{
"from": "en",
"to": "de",
"text": [
"Welcome to eBay"
],
"translationContext": "ITEM_TITLE"
}

when we call this request but in response the translated text not return. why ?

Message 1 of 2
latest reply
1 REPLY 1

Translation API not working

Hi @shritiap-0 

 

We executed the translate call and call is returning the valid response for the above request:

{
  "from": "en",
  "to": "de",
  "translations": [
    {
      "originalText": "Welcome to eBay",
      "translatedText": "Willkommen bei eBay"
    }
  ]
}

 

Please make sure to use the correct request access token, request headers and endpoint when executing the call.

 

For more details, have a look on Making a REST call

Best Regards,
eBay Developer Support
Message 2 of 2
latest reply