Skip to main content
Version: 3.x

ProductBulkDelete

Deletes products.

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

Fields

ProductBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

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

DEPRECATED

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

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

Returned by

productBulkDelete mutation


Was this page helpful?