Update a manufacturing orderAsk AIpatch https://api.katanamrp.com/v1/manufacturing_orders/{id}Updates the specified manufacturing order by setting the values of the parameters passed. Any parameters not provided will be left unchanged.Path Paramsidintegerrequiredmanufacturing order idBody Paramsmanufacturing order detailsstatusstringenumNot updatable when manufacturing order status is DONE and location is deleted or manufacturing_allowed is false.NOT_STARTEDBLOCKEDIN_PROGRESSDONEAllowed:NOT_STARTEDBLOCKEDIN_PROGRESSDONEorder_nostringNot updatable when manufacturing order status is DONE.variant_idnumberNot updatable when manufacturing order status is DONE.location_idnumberNot updatable when manufacturing order status is DONE.planned_quantitynumberNot updatable when manufacturing order status is DONE.actual_quantitynumberNot updatable when manufacturing order status is DONE.order_created_datestringproduction_deadline_datestringUse only if automatic production deadline calculation for the factory location is switched OFF. Not updatable when manufacturing order status is DONE. Not updatable when manufacturing order status is DONE.additional_infostringdone_datestringbatch_transactionsarray of objectsNot updatable when manufacturing order status is DONE.batch_transactionsADD objectResponses 200New manufacturing order 401Make sure you've entered your API token correctly. 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 7 months ago