Skip to main content

Check Capable-to-Promise (CTP)

POST 

/api/manufacturing/mrp/ctp

Capable-To-Promise: determine how much of a requested quantity can be promised - directly from ATP, or by exploding the active BOM and checking component availability for the shortfall. Plain array. Auth: requires Bearer token. FormRequest: CtpCheckRequest. Fields: product_id (required, exists:products), warehouse_id (required, exists:warehouses), quantity (required, numeric, gt:0).

Required scope: manufacturing:write

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

Request

Responses

OK

Response Headers
    Content-Type