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 deprecatedHide deprecated
shippingErrors ● [ShippingError!]!
DEPRECATED
Use errors field instead.
Returned By
shippingZoneBulkDelete mutation