--- title: MarketLocalization - GraphQL Admin description: The market localization of a field within a resource, which is determined by the market ID. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/marketlocalization md: https://shopify.dev/docs/api/admin-graphql/latest/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/latest/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/latest/objects/Market) non-null The market that the localization is specific to. * outdated [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/scalars/DateTime) The date and time when the market localization was updated. * value [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The value of the market localization. *** ## Map ### Fields with this object * {}[MarketLocalizableResource.marketLocalizations](https://shopify.dev/docs/api/admin-graphql/latest/objects/MarketLocalizableResource#field-MarketLocalizableResource.fields.marketLocalizations) *** ## Mutations * [market​Localizations​Register](https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketLocalizationsRegister) mutation Creates or updates market localizations. * [market​Localizations​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketLocalizationsRemove) mutation Deletes market localizations. *** ## <\~> MarketLocalization Mutations ### Mutated by * <\~>[market​Localizations​Register](https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketLocalizationsRegister) * <\~>[market​Localizations​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketLocalizationsRemove)