---
title: "List BoM for a Product"
method: POST
path: "/productmanager.bomtree/{sku}"
tags: ["Products"]
---

# List BoM for a Product

`POST /productmanager.bomtree/{sku}`

Retrieves all Bill of Materials for the specified product.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `id` number
      - `parentId` number
      - `level` number
      - `label` string
      - `quantity` number
      - `totalQuantity` number
      - `category` unknown
      - `type` string
      - `isNode` boolean
      - `additionalInfo1` unknown
      - `additionalInfo2` unknown
      - `additionalInfo3` unknown
      - `additionalInfo4` unknown
      - `component` boolean
    - `status` number

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
