Search code examples
ebay-api

Ebay API. Translate


I use ebay API. Products get to the location US siteId = 0, so that everything goes back to English (the category and products).

Searched API for translation in the official documentation, found nothing.

Question: how to get the products and categories in Russian language?


Solution

  • Little old question but..

    eBay does not automatically translate its categories according to the siteId.

    there are several eBay marketplaces see here

    and each has its own categories and its category version (means that some categories found in siteId==0 are not available in other siteId) that can be retrieved via getCategories

    then there are "real" translation APIs but that's another kind of services: Translaion APIs