ShippingZoneBulkDelete
Deletes shipping zones.
type ShippingZoneBulkDelete {
count: Int!
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Fields
ShippingZoneBulkDelete.count
● Int!
non-null scalar miscellaneous
Returns how many objects were affected.
ShippingZoneBulkDelete.shippingErrors
● [ShippingError!]!
deprecated non-null object shipping
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShippingZoneBulkDelete.errors
● [ShippingError!]!
non-null object shipping
Returned By
shippingZoneBulkDelete
mutation