BomDetailIntegrationObject
Custom ID of the BOM
Name of the BOM
Description of the BOM
Is the BOM active
Created at date of the BOM
Product type of the BOM
Custom ID of the product (item/style)
Purchase order number of the BOM
attachments object[]
Attachments of the BOM
File name of the attachment
URL of the attachment
contributions object[]
Contributors of the BOM
Role of the contributor
Possible values: [bom_editor
, bom_viewer
]
Custom ID of the contributor org
components object[]
Components of the BOM
Custom ID of the component
Name of the component
Description of the component
Supplier component ID
Group of the component
Unit yield of the component
Yield unit of the component
Unit weight of the component
Weight unit of the component
Unit cost of the component
Total yield of the component
Total weight of the component
Cost currency of the component
supplier object
Name of the supplier
Custom ID of the supplier
Address of the supplier
City of the supplier
State/Province of the supplier
Postal/Zip code of the supplier
Country of the supplier
Phone of the supplier
Contact name of the supplier
Contact email of the supplier
Contact phone of the supplier
facilities object[]
Facilities of the component
Name of the facility
Capabilities of the facility
Custom ID of the facility
Address of the facility
City of the facility
State/Province of the facility
Postal/Zip code of the facility
Country of the facility
Phone of the facility
Contact name of the facility
Contact email of the facility
Contact phone of the facility
{
"customId": "string",
"name": "string",
"description": "string",
"enabled": true,
"createdAt": "2024-07-29T15:51:28.071Z",
"productType": "string",
"productCustomId": "string",
"poNumber": "string",
"attachments": [
{
"fileName": "string",
"fileUrl": "string"
}
],
"contributions": [
{
"role": "bom_editor",
"orgCustomId": "string"
}
],
"components": [
{
"customId": "string",
"name": "string",
"description": "string",
"supplierComponentId": "string",
"group": "string",
"unitYield": 0,
"yieldUom": "string",
"unitWeight": 0,
"weightUom": "string",
"unitCost": 0,
"totalYield": 0,
"totalWeight": 0,
"costCurrency": "string",
"supplier": {
"name": "string",
"customId": "string",
"address": "string",
"city": "string",
"stateProvince": "string",
"postalZipCode": "string",
"country": "string",
"phone": "string",
"contactName": "string",
"contactEmail": "string",
"contactPhone": "string"
},
"facilities": [
{
"name": "string",
"capabilities": [
"string"
],
"customId": "string",
"address": "string",
"city": "string",
"stateProvince": "string",
"postalZipCode": "string",
"country": "string",
"phone": "string",
"contactName": "string",
"contactEmail": "string",
"contactPhone": "string"
}
]
}
]
}