Add planned demand forecast to variant.Ask AIpost https://api.katanamrp.com/v1/demand_forecastsAdd planned demand forecast for a variant in location for the specified periods.Body ParamsPlanned demand forecast for variant in location for specified periods.variant_idintegerrequired≤ 2147483647location_idintegerrequired≤ 2147483647periodsarray of objectsrequiredlength between 1 and 100periods* objectperiod_startdate-timerequiredPeriod start date in ISO 8601 format (inclusive).period_enddate-timerequiredPeriod end date in ISO 8601 format (inclusive).committedstringrequiredTotal forecasted demand quantity for the period.ADD objectResponses 204Planned demand forecast added for variant in location for specified periods. 401Make sure you've entered your API token correctly. 404Make sure data is correct 422Check the details property for a specific error message. 429The rate limit has been reached. Please try again later. 500The server encountered an error. If this persists, please contact supportUpdated 3 months ago