ProductAttributeAssignmentUpdate Object
Update attributes assigned to product variant for given product type.
type ProductAttributeAssignmentUpdate {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
productType ● ProductType
The updated product type.
errors ● [ProductError!]!
Show deprecated
Returned By
productAttributeAssignmentUpdate mutation