# MarketLocalization - admin-graphql - OBJECT Version: 2024-10 ## Description The market localization of a field within a resource, which is determined by the market ID. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2024-10/scalars/String): String! - A reference to the value being localized on the resource that this market localization belongs to. * [market](/docs/api/admin-graphql/2024-10/objects/Market): Market! - The market that the localization is specific to. * [outdated](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the original content has changed since this market localization was updated. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time when the market localization was updated. * [value](/docs/api/admin-graphql/2024-10/scalars/String): String - The value of the market localization. ## Connections ## Related queries ## Related mutations * [marketLocalizationsRegister](/docs/api/admin-graphql/2024-10/mutations/marketLocalizationsRegister) Creates or updates market localizations. * [marketLocalizationsRemove](/docs/api/admin-graphql/2024-10/mutations/marketLocalizationsRemove) Deletes market localizations. ## Related Unions ## Examples