{
"products": [
{
"id": "12345-black",
"product_id": "12345",
"product_name": "Mountain Bike Helmet",
"product_description": "Lightweight helmet...",
"product_categories": ["Helmets", "Safety"],
"photos": ["https://myshop.com/img/helmet-black.jpg"],
"url": "https://myshop.com/product/helmet",
"price_pln": 19900,
"price_eur": 4500,
"attribute_color": ["black"]
}
],
"suggestions": ["mountain bike", "bike helmet", "road helmet"],
"questions": ["What is the lightest helmet?"],
"total_products": 42,
"facets": { ... },
"attribute_labels": { "attribute_color": "Color" },
"color_hex_map": { "black": "#000000" }
}