Skip to main content
Version: 3.x

ProductAttributeAssign

Assign attributes to a given product type.

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

Fields

ProductAttributeAssign.productType ● ProductType object

The updated product type.

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

DEPRECATED

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

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

Returned by

productAttributeAssign mutation


Was this page helpful?