katana_public_api_client.api.demand_forecast.get_demand_forecasts¶
katana_public_api_client.api.demand_forecast.get_demand_forecasts
¶
Classes¶
Functions¶
asyncio(*, client, variant_id, location_id)
async
¶
List planned demand forecast for variant in location
Returns planned forecasted demand for a variant in given location.
Parameters:
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
DemandForecastResponse | ErrorResponse | None–DemandForecastResponse | ErrorResponse
Source code in katana_public_api_client/api/demand_forecast/get_demand_forecasts.py
asyncio_detailed(*, client, variant_id, location_id)
async
¶
List planned demand forecast for variant in location
Returns planned forecasted demand for a variant in given location.
Parameters:
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Response[DemandForecastResponse | ErrorResponse]–Response[DemandForecastResponse | ErrorResponse]
Source code in katana_public_api_client/api/demand_forecast/get_demand_forecasts.py
sync(*, client, variant_id, location_id)
¶
List planned demand forecast for variant in location
Returns planned forecasted demand for a variant in given location.
Parameters:
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
DemandForecastResponse | ErrorResponse | None–DemandForecastResponse | ErrorResponse
Source code in katana_public_api_client/api/demand_forecast/get_demand_forecasts.py
sync_detailed(*, client, variant_id, location_id)
¶
List planned demand forecast for variant in location
Returns planned forecasted demand for a variant in given location.
Parameters:
Raises:
-
UnexpectedStatus–If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
-
TimeoutException–If the request takes longer than Client.timeout.
Returns:
-
Response[DemandForecastResponse | ErrorResponse]–Response[DemandForecastResponse | ErrorResponse]