Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopLocaleUpdatePayload
Return type for shopLocaleUpdate mutation.
Signature:
export interface ShopLocaleUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| shopLocale? | Maybe<ShopLocale> | (Optional) The locale that was updated. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |