Skip to content

GET /{product_key}/bom

Get Product Bom

GET
/product/{product_key}/bom

Retrieve the Bill of Materials for a product.

Returns an ordered list of BomLineRead objects for product_key, each
including component code, description, quantity, phase assignment, and
consumption options.

Emits: (direct query — no event class)

Required scope: product:bom:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

product_key*
Type
string
Required

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.