What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Product translation data returned via Graphql is incorrect

Product translation data returned via Graphql is incorrect

issactran
Shopify Partner
8 0 1

One of our customers uses our app Product Filter & Search and another is LangShop, this customer had a problem when our app returned Italian translation data for a product title that was different from the LangShop app.

Our app and LangShop both use the same resource meta_title

LangShop gets the correct dataScreen Shot 2022-06-06 at 9.00.20 AM.png 

But our app doesn’t 

 

 

{
  product(id: "gid://shopify/Product/6843346747530") { 
   id
   it: translations(locale: "it") {
          key
          locale
          value
  }
}

 


Screen Shot 2022-06-06 at 9.07.13 AM.png

 

 Many thanks

Replies 0 (0)