Skip to main content

ProductAttributeUnassign Object

Un-assign attributes from a given product type.

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

Fields

productType ● ProductType

The updated product type.

errors ● [ProductError!]!

Show deprecated

Returned By

productAttributeUnassign mutation