--- title: Translation - GraphQL Admin description: Translation of a field of a resource. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/Translation md: https://shopify.dev/docs/api/admin-graphql/latest/objects/Translation.md --- # Translation object Translation of a field of a resource. ## Fields * key [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null On the resource that this translation belongs to, the reference to the value being translated. * locale [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null ISO code of the translation locale. * market [Market](https://shopify.dev/docs/api/admin-graphql/latest/objects/Market) The market that the translation is specific to. Null value means the translation is available in all markets. * outdated [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Whether the original content has changed since this translation was updated. * updated​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) The date and time when the translation was updated. * value [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) Translation value. *** ## Map ### Fields with this object * {}[Article.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Article#field-translations) * {}[Blog.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Blog#field-translations) * {}[Collection.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Collection#field-translations) * {}[CookieBanner.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/CookieBanner#field-translations) * ||-[HasPublishedTranslations.translations](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/HasPublishedTranslations#field-translations) * {}[Image.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Image#field-translations) * {}[Link.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Link#field-translations) * {}[MediaImage.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/MediaImage#field-translations) * {}[Menu.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Menu#field-translations) * {}[OnlineStoreTheme.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/OnlineStoreTheme#field-translations) * {}[Page.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Page#field-translations) * {}[Product.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product#field-translations) * {}[ProductOption.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductOption#field-translations) * {}[ProductOptionValue.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductOptionValue#field-translations) * {}[ProductVariant.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant#field-translations) * {}[SellingPlan.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/SellingPlan#field-translations) * {}[SellingPlanGroup.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/SellingPlanGroup#field-translations) * {}[Shop.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-translations) * {}[ShopPolicy.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopPolicy#field-translations) * {}[TranslatableResource.translations](https://shopify.dev/docs/api/admin-graphql/latest/objects/TranslatableResource#field-translations) *** ## Mutations * [translations​Register](https://shopify.dev/docs/api/admin-graphql/latest/mutations/translationsRegister) mutation Creates or updates translations. * [translations​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/translationsRemove) mutation Deletes translations. *** ## <\~> Translation Mutations ### Mutated by * <\~>[translations​Register](https://shopify.dev/docs/api/admin-graphql/latest/mutations/translationsRegister) * <\~>[translations​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/translationsRemove)