Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopLocaleDisablePayload
Return type for shopLocaleDisable mutation.
Signature:
export interface ShopLocaleDisablePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| locale? | Maybe<Scalars[‘String’][‘output’]> | (Optional) ISO code of the locale that was deleted. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |