ShippingZoneBulkDelete
Result of shipping zone bulk delete mutation.
type ShippingZoneBulkDelete {
count: Int!
shippingErrors: [ShippingError!]!
}
Fields
ShippingZoneBulkDelete.count ● Int! non-null scalar
Number of shipping zones deleted.
ShippingZoneBulkDelete.shippingErrors ● [ShippingError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
shippingZoneBulkDelete mutation