Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketLocalizationsRegisterPayload
Return type for marketLocalizationsRegister mutation.
Signature:
export interface MarketLocalizationsRegisterPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| marketLocalizations? | Maybe<Array<MarketLocalization>> | (Optional) The market localizations that were created or updated. | |
| userErrors | Array<TranslationUserError> | The list of errors that occurred from executing the mutation. |