Skip to main content

AttributeAssign

Assign attributes to a given product or product type.

type AttributeAssign {
productType: ProductType
product: Product
productErrors: [ProductError!]!
}

Fields

AttributeAssign.productType ● ProductType object

The product type to which the attribute was assigned.

AttributeAssign.product ● Product object

The product to which the attribute was assigned.

AttributeAssign.productErrors ● [ProductError!]! non-null object

Returned By

attributeAssign mutation

Was this page helpful?