Skip to main content
Version: 3.x

ProductDelete

Deletes a product.

Requires MANAGE_PRODUCTSpermission.
type ProductDelete {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
product: Product
}

Fields

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

DEPRECATED

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

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

ProductDelete.product ● Product object

Returned by

productDelete mutation


Was this page helpful?