ShopSettingsUpdate
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
ShopSettingsUpdate.shop
● Shop
object miscellaneous
Updated shop.
ShopSettingsUpdate.shopErrors
● [ShopError!]!
deprecated non-null object shop
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShopSettingsUpdate.errors
● [ShopError!]!
non-null object shop
Returned By
shopSettingsUpdate
mutation