Skip to main content

attributeAssign

Assign attributes to a given product or product type.

attributeAssign(
operations: [AttributeAssignInput!]!
productId: ID
productTypeId: ID
): AttributeAssign

Arguments

attributeAssign.operations ● [AttributeAssignInput!]! non-null input

The operations to perform.

attributeAssign.productId ● ID scalar

ID of the product to which the attribute will be assigned.

attributeAssign.productTypeId ● ID scalar

ID of the product type to which the attribute will be assigned.

Type

AttributeAssign object

Assign attributes to a given product or product type.

Was this page helpful?