Skip to main content

ProductTypeDelete Object

Deletes a product type.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
type ProductTypeDelete {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productType: ProductType
}

Fields

errors ● [ProductError!]!

productType ● ProductType

Show deprecated

Returned By

productTypeDelete mutation