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