ShippingZoneCreateInput Input Type
No description
input ShippingZoneCreateInput {
name: String
description: String
countries: [String!]
default: Boolean
addWarehouses: [ID!]
addChannels: [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.
Member Of
shippingZoneCreate mutation