Skip to main content
Shopify Dev Archive
Back to Archive

Shopify Dev

New translatable boolean field for Metafield GraphQL Object (opens in a new tab)

Adds a translatable boolean field to the Metafield GraphQL object.

Shopify Dev· Sep 21, 2026· 9/10

From the article

API version 2026-10 adds a non-null translatable field to the Metafield object in the GraphQL Admin API. Apps that fetch translatable metafields and migrate to 2026-10 can now see whether a metafield’s value is translatable directly on the metafield itself. If your app doesn’t query for translatable metafields by shop, you don’t need to change anything. What changed The Metafield object in the GraphQL Admin API exposes a new non-null field, translatable: Boolean! , in API version 2026-10 : {…

Read the full article on Shopify Dev (opens in a new tab)

Related items