Data Point Update: group_feature (Now Live)
Release Date: November 24, 2025
Written By Naqiya Zorahima
Last updated 3 months ago
π Overview
The data point product_feature is now fully implemented and available in the Skulytics Public API for all Furniture & Mattresses products. Previously, many products included this field but left it blank, resulting in incomplete and reduced usability. This enhancement ensures clients receive clearer, more structured, and more actionable product details.
This update is already active for the following brands:
Liberty Furniture
Parker House
Additional brands in the Furniture & Mattresses category will follow.
β¨ What Changed
We have enhanced the product_feature field to include standardised attributes that provide better product insights. Each attribute may now include:
value β the feature name
description β additional detail or yes/no information
image β optional image when available
π‘Why This Matters
Before this update, product_feature was often unused or empty, causing gaps in product data, limited for filtering or display, reduced clarity for downstream systems, and inconsistent presentation across brands. With this enhancement, the data point now delivers richer and more reliable information.
π Example Output
Before:
Previously, the product_feature field existed, but most furniture/mattress products did not include any feature attributes. This resulted in incomplete data and limited product discoverability.
"product_feature": []After:
The product_feature array is now populated with standardised feature attributes for furniture products. Each feature includes a value, description, and an optional image field.
Example"product_feature": [
{
"value": "Manual Reclining",
"description": "Yes",
"image": null
},
]βοΈ How the Data Point Works
The updated data point product_feature provides a structured list of functional attributes for Furniture & Mattress products.
Each feature now includes a value, description, and optional image, giving clients more precise product details and better filtering options.
β οΈ Impact on Integrations
If your system previously assumed this field would be empty or ignored, please ensure your schema accepts non-empty arrays, your UI or logic handles multiple attributes, and filtering or sorting logic is adjusted if necessary. No breaking changes were introduced, but the enriched data may require validation on the client side.
This update enhances product usability and consistency across furniture brands by providing clearer functional attributes that help clients filter, compare, and understand product capabilities.
If anything in this update raises questions or you need guidance with implementation, donβt hesitate to reach out. Our team is always ready to support you.