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