Skip to main content

Trace Lot Genealogy

GET 

/api/manufacturing/lot-genealogy

Returns a genealogy tree for a batch/lot. batch_number is required; product_id is optional and auto-resolved from the batch number when it uniquely identifies a FIFO layer. When the same batch number is used across multiple products, the API responds 409 with a candidates array so a UI can prompt for product disambiguation. Direction backward traces from finished good back to raw material inputs (recall use case); forward traces from raw material to all downstream produced lots (recall impact analysis).

Required scope: manufacturing:read

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

Every node names its source documents: manufacturing_order_id plus manufacturing_order_number when the lot was produced on a manufacturing order (including outsourced finished goods, which are bridged to the run through their production iteration), and purchase_order_id / supplier_id / supplier_name when the lot was received against a purchase order. An outsourced finished good carries both.

Request

Responses

OK

Response Headers
    Content-Type