Group Attribute Sets
Last updated
Was this helpful?
Last updated
Was this helpful?
The Group Attribute Sets feature allows users to organize the attributes of an attribute set into logical groups. This configuration enables the grouped display of attributes on the product detail page, improving readability and usability.
The configuration for attribute groups can be managed in Omnitron, under Products and Catalogs > Group Attribute Sets. Once configured, this data can be retrieved via API to implement grouped attribute display on brand applications (e.g., web or mobile interfaces).
To configure Group Attribute Sets, an attribute set must first be created. For detailed instructions, refer to the tutorial on creating attribute sets.
Once the attribute set is created, it will be listed on the Products and Catalogs > Group Attribute Sets page, where grouping can be configured.
Navigate to Products and Catalogs > Group Attribute Sets.
Select the desired attribute set to configure from the list.
In the right-hand column, enter the group names for the attributes, click Save to apply the changes.
Expand the respective group name by clicking on it and then click the “+” button to add the attributes you want to include in that group.
To verify the changes, navigate to Product Pool > + New Product, select the configured Attribute Set, and observe the grouped attributes displayed under their respective group names.
Any attributes not assigned to a group will appear under “Ungrouped Attributes”.
Once the attribute groups are configured, they can be fetched programmatically for integration into brand applications.
GET
Attribute Config GroupsThis API retrieves the attribute configuration groups for a specific attribute set.
Path: /attribute_set/{{Attribute_Set_pk}}/attribute_config_groups/
When the request is successful, the response will include a list of attribute configuration groups and their respective attributes.
attribute_config_groups
list
List of attribute config groups.
attributes
list
List of attributes in the current attribute config group.
group_name
string
The name of the attribute config group.