Forecast summary aggregated by dimension
Returns a paginated demand forecast aggregated by shop or variant over a forecast-date range. forecastQty is the point estimate; lowerBoundQty and upperBoundQty are the confidence-interval bounds.
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Query Parameters
Page number, 1-indexed (default: 1)
1 <= x <= 9007199254740991Number of items per page, max 100 (default: 20)
1 <= x <= 100Aggregation dimension: shop (default) or variant
shop, variant Start of forecast-date range, inclusive (YYYY-MM-DD)
^\d{4}-\d{2}-\d{2}$End of forecast-date range, inclusive (YYYY-MM-DD)
^\d{4}-\d{2}-\d{2}$Comma-separated shop IDs to filter by
Metric to sort by: forecastQty (default), lowerBoundQty, or upperBoundQty
forecastQty, lowerBoundQty, upperBoundQty Sort direction: desc (default) or asc
asc, desc 
