Skip to main content
Version: 3.x

ProductAttributeAssignmentUpdate

Update attributes assigned to product variant for given product type.

Added in Saleor 3.1
Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
type ProductAttributeAssignmentUpdate {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

ProductAttributeAssignmentUpdate.productType ● ProductType object

The updated product type.

ProductAttributeAssignmentUpdate.productErrors ● [ProductError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ProductAttributeAssignmentUpdate.errors ● [ProductError!]! non-null object

Returned by

productAttributeAssignmentUpdate mutation


Was this page helpful?