ShippingZoneCreateInput
No description
input ShippingZoneCreateInput {
name: String
countries: [String!]
addWarehouses: [ID!]
seller: ID!
countryAreas: [ShippingZoneCountryAreaInput!]
}
Fields
ShippingZoneCreateInput.name ● String scalar
Shipping zone's name. Visible only to the staff.
ShippingZoneCreateInput.countries ● [String!] list scalar
List of countries in this shipping zone.
ShippingZoneCreateInput.addWarehouses ● [ID!] list scalar
List of warehouses to assign to a shipping zone
ShippingZoneCreateInput.seller ● ID! non-null scalar
Seller ID
ShippingZoneCreateInput.countryAreas ● [ShippingZoneCountryAreaInput!] list input
List of country areas this shipping zone is limited to.
Member Of
shippingZoneCreate mutation