Seznam generalizovaných produktů
Získá seznam generalizovaných produktů s možností filtrování, stránkování a řazení. Endpoint umožňuje zobrazit základní informace o generalizovaných produktech včetně počtu přiřazených produktů, cenových statistik a průměrných ukazatelů popularity.
API specifikace
Retrieves a paginated list of generalized products with optional filtering and sorting
Request parameters
Responses
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Premium Coffee Beans",
"externalId": "EXT-COFFEE-001",
"productCount": 15,
"minPrice": 12.99,
"maxPrice": 29.99,
"avgPopularityStat": {
"granularity": 30,
"customerCount": 1250,
"basketCount": 3420,
"quantity": 5680.5,
"growthRate": 12.5,
"trend": "Increasing",
"lastUpdated": "2026-01-15T10:30:00Z"
},
"summary": {
"lifetime": 365,
"totalQuantity": 125000.0,
"totalPrice": 2500000.0,
"quantityPerCustomer": 100.0,
"minPrice": 12.99,
"maxPrice": 29.99
},
"variability": "Similar"
}
]
15 January 2026