> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/shop/llms.txt)
> Source: https://docs.saleor.io/api-reference/shop/mutations/shop-settings-update

# shopSettingsUpdate Mutation

Updates shop settings.

Requires the MANAGE\_SETTINGS permission.

Triggers the following webhook events:

-   SHOP\_METADATA\_UPDATED (async): Optionally triggered when public or private metadata is updated.

```graphql
shopSettingsUpdate(
  input: ShopSettingsInput!
): ShopSettingsUpdate
```

Details

```graphql
type ShopSettingsUpdate {
  shop: Shop
  shopErrors: [ShopError!]! @deprecated
  errors: [ShopError!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="input"></a>

#### [`input`](#input) ● [`ShopSettingsInput!`](/api-reference/miscellaneous/inputs/shop-settings-input.md)

Fields required to update shop settings.

<a id="type"></a>

### Type

<a id="shopsettingsupdate"></a>

#### [`ShopSettingsUpdate`](/api-reference/shop/objects/shop-settings-update.md)

Updates shop settings.

Requires the MANAGE\_SETTINGS permission.

Triggers the following webhook events:

-   SHOP\_METADATA\_UPDATED (async): Optionally triggered when public or private metadata is updated.
