Skip to main content

ProductBulkDelete Object

Deletes products.

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

Fields

count ● Int!

Returns how many objects were affected.

errors ● [ProductError!]!

Show deprecated

Returned By

productBulkDelete mutation