Skip to main content

Confirm Demand Suggestion

POST 

/api/manufacturing/demand-suggestions/:demandSuggestion/confirm

Confirm a pending demand suggestion. Creates a Draft manufacturing order from the suggestion's BOM and suggested quantity, and links it via confirmed_manufacturing_order_id. Auth: requires Bearer token. Path param: demandSuggestion = demand suggestion id. Returns 422 when the suggestion is not pending or has no default BOM.

Required scope: manufacturing:write

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

Request

Responses

OK

Response Headers
    Content-Type