Skip to main content
Version: 3.x

shopSettingsUpdate

Updates shop settings.

Requires MANAGE_SETTINGSpermission.

Triggers the following webhook events:

  • SHOP_METADATA_UPDATED (async): Optionally triggered when public or private metadata is updated.
shopSettingsUpdate(
input: ShopSettingsInput!
): ShopSettingsUpdate

Arguments

shopSettingsUpdate.input ● ShopSettingsInput! non-null input

Fields required to update shop settings.

Type

ShopSettingsUpdate object

Updates shop settings.

Requires MANAGE_SETTINGSpermission.

Triggers the following webhook events:

  • SHOP_METADATA_UPDATED (async): Optionally triggered when public or private metadata is updated.

Was this page helpful?