Skip to main content

Activate BOM

POST 

/api/manufacturing/boms/:id/activate

Transitions a draft BOM to active. Optionally overrides effective dates.

Required scope: manufacturing:write

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

Response shape: { "data": <BOM>, "warnings": [] }. warnings is a list of non-blocking lot-traceability messages — populated when the BOM's finished good is lot-tracked but one or more components are not (their consumption would not appear in lot genealogy). Activation still succeeds.

Request

Responses

Successful response