Go to Apicbase

Generate Demand Forecast

Generate a demand forecast for an outlet.

Log in to see full request history
Path Params
string
required

An outlet's ID.

Body Params
date
required

The date from which the forecast should be generated. It should be in the format YYYY-MM-DD. It can be any date but you may want to use future dates. It should be lower than the forecast_to date.

date
required

The date to which the forecast should be generated. It should be in the format YYYY-MM-DD. It can be any date but you may want to use future dates. It should be higher than the forecast_from date.

string
required

The sales period that should be considered for the forecast. If LAST_WEEK is selected, the forecast will be generated based on the sales of the last week. If LAST_4_WEEKS is selected, the forecast will be generated based on the sales of the last 4 weeks. If YEAR_AGO is selected, the forecast will be generated based on the sales of the same period last year.So if the forecast_from date is 2025-01-01 and the forecast_to date is 2025-01-31, the sales of 2024-01-01 to 2024-01-31 will be considered.

Responses

Response body
array of objects
object
string
string
string
string

Language
Credentials
OAuth2