Item Attributes
Embedded list within the Shopware 6 Item Card for managing item attributes. Each row assigns a property from a Property Set to the item (e.g. Color = Red, Material = Stainless Steel).
The attributes are transmitted to the Shopware shop during item upload and displayed in the frontend e.g. as product filters or in comparison tables.
Opening the Page
- This page is automatically displayed as a sub-section in the Shopware 6 Item Card.
Fields
| Field | Description |
|---|---|
| Set ID | ID of the Property Set this attribute belongs to. References an entry of type Set in the Property Sets table. |
| Group ID | ID of the Property Group within the set (e.g. "Color", "Material"). |
| Group Title | Name of the group (automatically calculated from the Property Set table). Read-only. |
| Option ID | ID of the selected option within the group (e.g. "Red", "Blue"). |
| Option Title | Name of the option (automatically calculated). Read-only. |