Docs
Dashboard

AttributeAssignment

Object

Represents an attribute assignment for a product, encapsulating the details of the attribute assigned to the product.

Each attribute assignment includes the unique identifier of the attribute, its name, and the values assigned to the product. This allows for flexible and dynamic product attributes that can be used across different products and variants.

#

Fields


id
ID!

The ID of the assigned attribute.

name
String!

The name of the attribute

values
AttributeValueConnection!

The values assigned to the product, based on which values the variants have.