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