# MarketLocalizationRegisterInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields and values for creating or updating a market localization. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2024-07/scalars/String): String! - A reference to the value being localized on the resource that this market localization belongs to. * [marketId](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The ID of the market that the localization is specific to. * [marketLocalizableContentDigest](/docs/api/admin-graphql/2024-07/scalars/String): String! - A hash digest representation of the content being localized. * [value](/docs/api/admin-graphql/2024-07/scalars/String): String! - The value of the market localization. ## Input objects with this input object * [marketLocalizationsRegister](/docs/api/admin-graphql/2024-07/mutations/marketLocalizationsRegister) ## Examples