--- title: MarketLocalization - GraphQL Admin description: >- The market localization of a field within a resource, which is determined by the market ID. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketLocalization md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketLocalization.md --- # Market​Localization object The market localization of a field within a resource, which is determined by the market ID. ## Fields * key [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null A reference to the value being localized on the resource that this market localization belongs to. * market [Market!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Market) non-null The market that the localization is specific to. * outdated [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Whether the original content has changed since this market localization was updated. * updated​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) The date and time when the market localization was updated. * value [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The value of the market localization. *** ## Map ### Fields with this object * {}[MarketLocalizableResource.marketLocalizations](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketLocalizableResource#field-MarketLocalizableResource.fields.marketLocalizations) *** ## Mutations * [market​Localizations​Register](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/marketLocalizationsRegister) mutation Creates or updates market localizations. * [market​Localizations​Remove](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/marketLocalizationsRemove) mutation Deletes market localizations. *** ## <\~> MarketLocalization Mutations ### Mutated by * <\~>[market​Localizations​Register](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/marketLocalizationsRegister) * <\~>[market​Localizations​Remove](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/marketLocalizationsRemove)