Skip to main content
Version: 3.x

ProductTypeDelete

Deletes a product type.

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

Fields

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

DEPRECATED

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

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

ProductTypeDelete.productType ● ProductType object

Returned by

productTypeDelete mutation


Was this page helpful?