Coming Soon: New Data Point – group
Effective Date: November 28, 2025
Written By Naqiya Zorahima
Last updated 3 months ago
We’re introducing a new data point, group, to enhance how related products are organized in the Skulytics ecosystem. This update improves product grouping and filtering, especially for clients working with collections, bundles, or multi-variant product sets
🆕 New Data Point:
This update is especially relevant for SKUs that share the same size_group, ensuring they are grouped and displayed consistently. A new field will be added across supported product types:
"group": {
"group_id": 123,
"group_name": "Beautyrest – Level One Firm"
}📌 Example Output
Example{
"sku": "BRY12345",
"brand": "Beautyrest",
"name": "Beautyrest Level One Firm Mattress – Queen",
"group": {
"group_id": 123,
"group_name": "Beautyrest – Level One Firm"
}
}⚙️ How it Works
The group data point organizes related SKUs into the same product family for better filtering, variation display, and catalog structure.
Each product in a group includes:
"group": { "group_id": 123, "group_name": "Beautyrest – Level One Firm" } Grouping is based on shared attributes like size, family, or collection/series name. All SKUs in the same group share the same group_id standardized group_name (brand_name – name).
📢 What You Need to Prepare
No action is required on your end before release.
However, if you are consuming product data via API, please ensure your system can read the new group object once it becomes available.
We’ll continue improving our data structure to help you build cleaner, more reliable product experiences. If you have questions or need support integrating this new data point, our team is here to help.