stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketLocalizationsRegisterPayload

AdminTypes.MarketLocalizationsRegisterPayload interface

Return type for marketLocalizationsRegister mutation.

Signature:

export interface MarketLocalizationsRegisterPayload 

Properties

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.