/bom-line (relative to your instance’s /api/v2).
The standard endpoints provide reads and writes, subject to the constraints below.
Search columns: identifier, poNumber, notes
Fields
Ownership and quantities
SupplyitemId and exactly one of routeDeliverableId, orderDeliverableId, or
projectId. A route or order owner must be the root deliverable itself; use
placements to target a phase, stage, or step. A route needs a positive
outputPerUnit or quantity; orders and projects need a positive quantity.
The name and unit default from the item.
mode identifies the quantity column: ratio uses outputPerUnit, and total uses quantity. scaling controls whether that figure is per_unit or per_order. Route lines default to per-unit ratios; order/project lines default to per-order totals. ratio with per_order is invalid, and project lines must use per_order.
Reservation actions
These return
{ "value": ... }. Allocation changes reservations, not stock on hand. Record actual usage through production actions.
Archive and restore
DELETE archives this resource. Restore it withPATCH /bom-line/{id} and { "isArchived": false }. See archiving and deleting.