Skip to main content

shopSettingsUpdate Mutation

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.
shopSettingsUpdate(
input: ShopSettingsInput!
): ShopSettingsUpdate
Details
type ShopSettingsUpdate {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}

Arguments

input ● ShopSettingsInput!

Fields required to update shop settings.

Type

ShopSettingsUpdate

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.