Skip to main content
Version: 3.x

ShippingZoneCreateInput

No description

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

Fields

ShippingZoneCreateInput.name ● String scalar

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

ShippingZoneCreateInput.description ● String scalar

Description of the shipping zone.

ShippingZoneCreateInput.countries ● [String!] list scalar

List of countries in this shipping zone.

ShippingZoneCreateInput.default ● Boolean scalar

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

ShippingZoneCreateInput.addWarehouses ● [ID!] list scalar

List of warehouses to assign to a shipping zone

ShippingZoneCreateInput.addChannels ● [ID!] list scalar

List of channels to assign to the shipping zone.

Member of

shippingZoneCreate mutation


Was this page helpful?