AttributeAssignment
ObjectRepresents 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.
- String!
name The name of the attribute
- AttributeValueConnection!
values The values assigned to the product, based on which values the variants have.