Hi @redochkaya from the team behind Translate & Adapt and store localization at Shopify. Could you help me understand more specifically what you’re aiming to do here (perhaps by video or screenshots) - is this with respect to translated content or content in the default language? Thanks
In short: query the article not the metafield. E.g. this is the SEO field on the article, where the data is stored on the metafield, but it acts like another field on the Article model. So translation wise, this is only translatable as a field on the Article object. We recognise it’s confusing if you’re querying directly with an ID, but it’s not a bug as such:
… works as expected. Querying by metafield returns null, and when querying by product the metafield is not included in the list of translatable keys/values.
As @richbrown_staff explained, meta title and meta description are special metafields. To query their translatable resource respectively, you can not target them directly. Instead you need to target the resource owning them (in your case: gid://shopify/Product/yyyyyyyyyy) then filter the response based on the key: meta_title or meta_description