Skip to main content

ProductAttributeAssignmentUpdate Object

Update attributes assigned to product variant for given product type.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
type ProductAttributeAssignmentUpdate {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

productType ● ProductType

The updated product type.

errors ● [ProductError!]!

Show deprecated

Returned By

productAttributeAssignmentUpdate mutation