Dokumentace FoodRetailor Help

Detail generalizovaného produktu

Získá detailní informace o konkrétním generalizovaném produktu včetně statistik popularity a demografických dat napříč všemi trhy. Endpoint vrací agregované statistiky dle různých časových granularit a demografických dimenzí.

API specifikace

/admin/g-product/{id}

Retrieves detailed information about a specific generalized product including statistics

Request parameters

Responses

{ "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Premium Coffee Beans", "description": "High-quality arabica coffee beans from various origins", "externalId": "EXT-COFFEE-001", "summary": { "lifetime": 365, "totalQuantity": 125000.0, "totalPrice": 2500000.0, "quantityPerCustomer": 100.0, "minPrice": 12.99, "maxPrice": 29.99 }, "avgPopularityStats": { "30": { "granularity": 30, "customerCount": 1250, "basketCount": 3420, "quantity": 5680.5, "growthRate": 12.5, "trend": "Increasing", "lastUpdated": "2026-01-15T10:30:00Z" } }, "popularityStatsPerMarket": { "market-us-uuid": { "30": { "marketId": "market-us-uuid", "granularity": 30, "customerCount": 800, "basketCount": 2100, "quantity": 3500.0, "growthRate": 15.2, "trend": "Increasing", "lastUpdated": "2026-01-15T10:30:00Z" } } }, "avgDemographicStats": { "Age": { "25-34": { "dimension": "Age", "dimensionValue": "25-34", "customerCount": 450, "percentage": 36.0, "isExtreme": false, "isDominant": true, "lastUpdated": "2026-01-15T10:30:00Z" } } }, "demographicStatsPerMarket": { "market-us-uuid": { "Age": { "25-34": { "marketId": "market-us-uuid", "dimension": "Age", "dimensionValue": "25-34", "customerCount": 300, "percentage": 37.5, "isExtreme": false, "isDominant": true, "lastUpdated": "2026-01-15T10:30:00Z" } } } }, "variability": "Similar" }
15 January 2026