Saltar al contenido principal
GET
/
v1
/
items
/
skus
/
{skuReference}
/
bom
Get the full multi-level bill of materials for this sku, down to purchased components
curl --request GET \
  --url https://api.bold-factory.com/v1/items/skus/{skuReference}/bom \
  --header 'Authorization: Bearer <token>'
{
  "skuId": "<string>",
  "skuCode": "<string>",
  "skuName": "<string>",
  "primaryRecipeId": "<string>",
  "primaryRecipeVersionId": "<string>",
  "components": [
    {
      "nodeId": 123,
      "parentNodeId": 123,
      "skuId": "<string>",
      "skuCode": "<string>",
      "skuName": "<string>",
      "primaryRecipeId": "<string>",
      "primaryRecipeVersionId": "<string>",
      "quantity": 123,
      "depth": 123,
      "manufactured": true
    }
  ]
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

skuReference
string
requerido

Parámetros de consulta

quantity
number<double>

Respuesta

OK

skuId
string
requerido
skuCode
string
requerido
skuName
string
requerido
primaryRecipeId
null | string
requerido
primaryRecipeVersionId
null | string
requerido
components
object[]
requerido