ProductAttributeAssign Object
Assign attributes to a given product type.
type ProductAttributeAssign {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
productType ● ProductType
The updated product type.
errors ● [ProductError!]!
Show deprecated
Returned By
productAttributeAssign mutation