Skip to main content

ShopSettingsUpdate Object

Updates shop settings.

Requires the MANAGE_SETTINGSpermission.

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