Skip to main content
Version: 3.x

ShippingZoneBulkDelete

Deletes shipping zones.

Requires MANAGE_SHIPPINGpermission.
type ShippingZoneBulkDelete {
count: Int!
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}

Fields

ShippingZoneBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

ShippingZoneBulkDelete.shippingErrors ● [ShippingError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ShippingZoneBulkDelete.errors ● [ShippingError!]! non-null object

Returned by

shippingZoneBulkDelete mutation


Was this page helpful?