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

# ShopSettingsUpdate Object

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
type ShopSettingsUpdate {
  shop: Shop
  shopErrors: [ShopError!]! @deprecated
  errors: [ShopError!]!
}
```

<a id="fields"></a>

### Fields

<a id="shop"></a>

#### [`shop`](#shop) ● [`Shop`](/api-reference/miscellaneous/objects/shop.md)

Updated shop.

<a id="errors"></a>

#### [`errors`](#errors) ● [`[ShopError!]!`](/api-reference/shop/objects/shop-error.md)

Show deprecatedHide deprecated

<a id="shop-errors"></a>

#### [`shopErrors`](#shop-errors) ● [`[ShopError!]!`](/api-reference/shop/objects/shop-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`shopSettingsUpdate`](/api-reference/shop/mutations/shop-settings-update.md) mutation
