Skip to main content

ProductTypeBulkDelete Object

Deletes product types.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
type ProductTypeBulkDelete {
count: Int!
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

count ● Int!

Returns how many objects were affected.

errors ● [ProductError!]!

Show deprecated

Returned By

productTypeBulkDelete mutation