Skip to main content

ShippingZoneUpdateInput Input Type

No description

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

Fields

name ● String

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

description ● String

Description of the shipping zone.

countries ● [String!]

List of countries in this shipping zone.

default ● Boolean

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

addWarehouses ● [ID!]

List of warehouses to assign to a shipping zone

addChannels ● [ID!]

List of channels to assign to the shipping zone.

removeWarehouses ● [ID!]

List of warehouses to unassign from a shipping zone

removeChannels ● [ID!]

List of channels to unassign from the shipping zone.

Member Of

shippingZoneUpdate mutation