katana_public_api_client.models.demand_forecast_response¶
katana_public_api_client.models.demand_forecast_response
¶
Classes¶
DemandForecastResponse
¶
Demand forecast for a variant in a specific location with period breakdowns
Example
{'variant_id': 1, 'location_id': 1, 'in_stock': '100', 'periods': [{'period_start': '2024-01-01T00:00:00.000Z', 'period_end': '2024-01-06T23:59:59.999Z', 'in_stock': '125', 'expected': '50', 'committed': '25'}]}