ShippingZoneCreate Object
Creates a new shipping zone.
type ShippingZoneCreate {
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
shippingZone: ShippingZone
}
Fields
errors ● [ShippingError!]!
shippingZone ● ShippingZone
Show deprecated
Returned By
shippingZoneCreate mutation