Skip to main content

Restore BOM

POST 

/api/manufacturing/boms/:id/restore

Restores an archived BOM back to Draft status. Clears archived_at and removes the is_default flag so it does not auto-promote on next activation. The caller can then re-activate from Draft when ready. Returns the refreshed BOM object (200). Returns 500 if the BOM is not currently archived. The optional reason (nullable string, max 1000) is recorded on the BOM activity log.

Required scope: manufacturing:write

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

Request

Responses

Successful response