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 deprecatedHide deprecated
productErrors ● [ProductError!]!
DEPRECATED
Use errors field instead.
Returned By
productAttributeAssign mutation