Skip to main content

ProductAttributeAssign Object

Assign attributes to a given product type.

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

Fields

productType ● ProductType

The updated product type.

errors ● [ProductError!]!

Show deprecated

Returned By

productAttributeAssign mutation