Skip to main content

Unconfirm Manufacturing Order

POST 

/api/manufacturing/manufacturing-orders/:manufacturingOrder/unconfirm

Reverse a Confirm: moves the order from Confirmed back to Draft, releases its component inventory allocations, and discards the BOM-derived component lines, output lines, and operations. Operations added manually after confirmation are kept. Auth: requires Bearer token. Path param: manufacturingOrder = manufacturing order id. Body: reason (optional, string, max 1000) recorded on the order's event log.

Required scope: manufacturing:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

OK

Response Headers
    Content-Type