> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/shipping/llms.txt)
> Source: https://docs.saleor.io/api-reference/shipping/inputs/shipping-zone-update-input

# ShippingZoneUpdateInput Input Type

No description

```graphql
input ShippingZoneUpdateInput {
  name: String
  description: String
  countries: [String!]
  default: Boolean
  addWarehouses: [ID!]
  addChannels: [ID!]
  removeWarehouses: [ID!]
  removeChannels: [ID!]
}
```

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

### Fields

<a id="name"></a>

#### [`name`](#name) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Shipping zone's name. Visible only to the staff.

<a id="description"></a>

#### [`description`](#description) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Description of the shipping zone.

<a id="countries"></a>

#### [`countries`](#countries) ● [`[String!]`](/api-reference/miscellaneous/scalars/string.md)

List of countries in this shipping zone.

<a id="default"></a>

#### [`default`](#default) ● [`Boolean`](/api-reference/miscellaneous/scalars/boolean.md)

Default shipping zone will be used for countries not covered by other zones.

<a id="add-warehouses"></a>

#### [`addWarehouses`](#add-warehouses) ● [`[ID!]`](/api-reference/miscellaneous/scalars/id.md)

List of warehouses to assign to a shipping zone

<a id="add-channels"></a>

#### [`addChannels`](#add-channels) ● [`[ID!]`](/api-reference/miscellaneous/scalars/id.md)

List of channels to assign to the shipping zone.

<a id="remove-warehouses"></a>

#### [`removeWarehouses`](#remove-warehouses) ● [`[ID!]`](/api-reference/miscellaneous/scalars/id.md)

List of warehouses to unassign from a shipping zone

<a id="remove-channels"></a>

#### [`removeChannels`](#remove-channels) ● [`[ID!]`](/api-reference/miscellaneous/scalars/id.md)

List of channels to unassign from the shipping zone.

<a id="member-of"></a>

### Member Of

[`shippingZoneUpdate`](/api-reference/shipping/mutations/shipping-zone-update.md) mutation
