Skip to main content

productDelete Mutation

Deletes a product.

Requires the MANAGE_PRODUCTSpermission.
productDelete(
externalReference: String
id: ID
): ProductDelete
Show return type

Arguments

externalReference ● String

External ID of a product to delete.

id ● ID

ID of a product to delete.

Type

ProductDelete

Deletes a product.

Requires the MANAGE_PRODUCTSpermission.