Skip to main content
Version: v1.0.0(int)

E088: List BOMs

GET /api/boms

Returns one row per output SKU that has a BOM defined. Triggered from the BOM page.

Authentication

Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.

Request

No body or query parameters.

Response — 200 OK

{ "data": [ { "outputSkuId": "uuid", "itemCount": 5 } ] }

One entry per output SKU that has a BOM. itemCount is the number of input items. Output-SKU names are hydrated client-side from the products domain.

Errors

Standard envelope only.

Workflow

Calls W088 List BOMs.