XentrDeveloper Docs
API ReferenceProducts

Add a BOM item to a product

POST
/api/factories/{factoryId}/products/{productId}/bom
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

productId*string

Product ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/factories/string/products/string/bom" \  -H "Content-Type: application/json" \  -d '{    "componentPartNumber": "PN-2001",    "componentName": "Steel Rod"  }'
Empty