Skip to main content
POST
Update a BOM

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

bomId
integer
required

BOM ID

Body

application/json
name
string

BOM name (must be unique)

Maximum string length: 255
items
object[]

BOM items (components/products). When updating, this will replace all existing items.

Minimum array length: 1
extra_costs
object[] | null

Additional costs associated with the BOM. When updating, this will replace all existing extra costs.

Response

Successful response

data
object