Skip to main content
Version: 3.x

ShippingZoneCreate

Creates a new shipping zone.

Requires MANAGE_SHIPPINGpermission.
type ShippingZoneCreate {
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
shippingZone: ShippingZone
}

Fields

ShippingZoneCreate.shippingErrors ● [ShippingError!]! deprecated non-null object

DEPRECATED

This 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


Was this page helpful?