# marketLocalizationsRegister - admin-graphql - MUTATION Version: 2024-10 ## Description Creates or updates market localizations. ### Access Scopes `write_translations` access scope. ## Arguments * [marketLocalizations](/docs/api/admin-graphql/2024-10/input-objects/MarketLocalizationRegisterInput): MarketLocalizationRegisterInput! - The input fields for a market localization. * [resourceId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the resource that is being localized within the context of a market. ## Returns * [marketLocalizations](/docs/api/admin-graphql/2024-10/objects/MarketLocalization): MarketLocalization The market localizations that were created or updated. * [userErrors](/docs/api/admin-graphql/2024-10/objects/TranslationUserError): TranslationUserError! The list of errors that occurred from executing the mutation. ## Examples