Skip to main content
Version: 3.x

productTypeDelete

Deletes a product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
productTypeDelete(
id: ID!
): ProductTypeDelete

Arguments

productTypeDelete.id ● ID! non-null scalar

ID of a product type to delete.

Type

ProductTypeDelete object

Deletes a product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.

Was this page helpful?