Skip to main content
Version: 3.x

ShippingZoneUpdateInput

No description

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

Fields

ShippingZoneUpdateInput.name ● String scalar

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

ShippingZoneUpdateInput.description ● String scalar

Description of the shipping zone.

ShippingZoneUpdateInput.countries ● [String!] list scalar

List of countries in this shipping zone.

ShippingZoneUpdateInput.default ● Boolean scalar

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

ShippingZoneUpdateInput.addWarehouses ● [ID!] list scalar

List of warehouses to assign to a shipping zone

ShippingZoneUpdateInput.addChannels ● [ID!] list scalar

List of channels to assign to the shipping zone.

ShippingZoneUpdateInput.removeWarehouses ● [ID!] list scalar

List of warehouses to unassign from a shipping zone

ShippingZoneUpdateInput.removeChannels ● [ID!] list scalar

List of channels to unassign from the shipping zone.

Member of

shippingZoneUpdate mutation


Was this page helpful?