Hi everyone,
I’m currently using the Shopify app LangShop to set up a multilingual store. The app works great for translating products and content, but I’m facing a challenge with metafield translations.
My goal is to retrieve the translated metafields through the Shopify GraphQL API. Here are my questions:
-
Are translations stored in the Shopify system? I’ve read that LangShop saves translations directly into Shopify, so they should be accessible through the API rather than only appearing in the frontend. Has anyone had experience with this?
-
How should I query translated metafields? I’ve tried to retrieve metafields for a product, including translations using
translations(locale: "de")
, but it doesn’t seem to work. Does anyone know the correct query format? -
Does LangShop pass metafields to Shopify at all? Or does the app only store these translations internally? If that’s the case, I may need to use the LangShop API (if available). Has anyone found a solution to export translated metafields?
If anyone has experience working with LangShop and has faced similar issues, I’d appreciate any tips or workarounds!
Thanks in advance for your help!