Skip to main content

ProductBulkDelete

Deletes products.

Requires MANAGE_PRODUCTSpermission.
type ProductBulkDelete {
count: Int!
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

ProductBulkDelete.count ● Int! non-null scalar miscellaneous

Returns how many objects were affected.

ProductBulkDelete.productErrors ● [ProductError!]! deprecated non-null object products

DEPRECATED

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

ProductBulkDelete.errors ● [ProductError!]! non-null object products

Returned By

productBulkDelete mutation