Skip to main content

ShippingZoneCreate Object

Creates a new shipping zone.

Requires the MANAGE_SHIPPINGpermission.
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