# BOM

BOM stands for Bill of Materials - it's a comprehensive list of all components, parts, and assemblies required to manufacture a product.
You can view BOMs in Luminovo under the respective RfQ.


## Get BOM Tree

 - [GET /rfqs/{id}/tree](https://docs.luminovo.com/specs/bundled/bom/getbomtree.md): Get the list of all assemblies included in your RfQ.
Note: Luminovo creates an assembly for every created RfQ. Hence, the RfQ ID itself is also referenced as an assembly.

## Get costed BOM (deprecated)

 - [GET /rfqs/{id}/costed-bom](https://docs.luminovo.com/specs/bundled/bom/getrfqcostedbom.md): Deprecated. We are actively working on a new version of this endpoint.
If anything about the current version is causing problems, we are actively looking
for feedback — please reach out to us.

Returns costed BOM for a given RfQ.

