ShippingZoneCreate
Creates a new shipping zone.
type ShippingZoneCreate {
  shippingErrors: [ShippingError!]! @deprecated
  errors: [ShippingError!]!
  shippingZone: ShippingZone
}
Fields
ShippingZoneCreate.shippingErrors ● [ShippingError!]! deprecated non-null object shipping
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ShippingZoneCreate.errors ● [ShippingError!]! non-null object shipping
ShippingZoneCreate.shippingZone ● ShippingZone object shipping
Returned By
shippingZoneCreate mutation