ShippingZoneUpdate
Result of shipping zone update mutation.
type ShippingZoneUpdate {
shippingZone: ShippingZone
shippingErrors: [ShippingError!]!
}
Fields
ShippingZoneUpdate.shippingZone ● ShippingZone object
The updated shipping zone.
ShippingZoneUpdate.shippingErrors ● [ShippingError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
shippingZoneUpdate mutation