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