ProductAttributeAssignmentUpdate Object
Update attributes assigned to product variant for given product type.
type ProductAttributeAssignmentUpdate {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
ProductAttributeAssignmentUpdate.productType ● ProductType object products
The updated product type.
ProductAttributeAssignmentUpdate.productErrors ● [ProductError!]! deprecated non-null object products
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
ProductAttributeAssignmentUpdate.errors ● [ProductError!]! non-null object products
Returned By
productAttributeAssignmentUpdate mutation