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

# ShopAddressUpdate Object

Update the shop's address. If the `null` value is passed, the currently selected address will be deleted.

Requires the MANAGE\_SETTINGS permission.

```graphql
type ShopAddressUpdate {
  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

[`shopAddressUpdate`](/api-reference/shop/mutations/shop-address-update.md) mutation
