ShopSettingsUpdate Object
Updates shop settings.
Triggers the following webhook events:
- SHOP_METADATA_UPDATED (async): Optionally triggered when public or private metadata is updated.
type ShopSettingsUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}
Fields
shop ● Shop
Updated shop.
errors ● [ShopError!]!
Show deprecated
Returned By
shopSettingsUpdate mutation