open-api icon indicating copy to clipboard operation
open-api copied to clipboard

[BUG]: API returning translations instead of the main core parameters of the listing

Open yovasx2 opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the bug

API returning translated (english) title, description and tags instead of the main core parameters of the listing shown in the shop manager (spanish)

Steps to reproduce

I have a shop in spanish as default language (checked in shop manager) and API is returning both languages (es & en-US, this is weird) then I created a published product with title, tags and description in Spanish: Screen Shot 2022-09-21 at 20 58 38 when I hit the get listing endpoint (https://developers.etsy.com/documentation/reference/#operation/getListing) instead of getting the Spanish attributes, I am getting the translations in English

Screen Shot 2022-09-21 at 20 59 02 a

Expected behavior

Get listing endpoint must deliver the same info shown in the shop manager (spanish)

Additional context

language of the shop is es and en-US, language in the product is en-US

Our customers have german and french core languages and english translations but they got their products automatically translated into English when hitting the api

yovasx2 avatar Sep 22 '22 02:09 yovasx2