ShippingZoneUpdate
Updates a new shipping zone.
type ShippingZoneUpdate {
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
shippingZone: ShippingZone
}
Fields
ShippingZoneUpdate.shippingErrors ● [ShippingError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ShippingZoneUpdate.errors ● [ShippingError!]! non-null object
ShippingZoneUpdate.shippingZone ● ShippingZone object
Returned by
shippingZoneUpdate mutation
Was this page helpful?