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