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

# shopAddressUpdate Mutation

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

Requires the MANAGE\_SETTINGS permission.

```graphql
shopAddressUpdate(
  input: AddressInput
): ShopAddressUpdate
```

Details

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

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

### Arguments

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

#### [`input`](#input) ● [`AddressInput`](/api-reference/miscellaneous/inputs/address-input.md)

Fields required to update shop address.

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

### Type

<a id="shopaddressupdate"></a>

#### [`ShopAddressUpdate`](/api-reference/shop/objects/shop-address-update.md)

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

Requires the MANAGE\_SETTINGS permission.
