ShippingZoneBulkDelete Object
Deletes shipping zones.
type ShippingZoneBulkDelete {
count: Int!
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [ShippingError!]!
Show deprecated
Returned By
shippingZoneBulkDelete mutation