- 1 Minute to read
- PDF
Bill of Material Object
- 1 Minute to read
- PDF
Bill of Material Object
FinishedGoodItemNumber
Description: The number of the finished good item.
Data Type: String
Data Length: 50
Required: Yes
FinishedGoodCoreItemType
Description: A value that indicates whether the item is lot tracked (LOT), serial tracked (SERIAL), expiration date tracked (DATE), or is a standard item (BASIC).
Data Type: String
Values: BASIC, LOT, SERIAL, DATE.
Required: Yes
FinishedGoodUoMTypeDesc
Description: The unit of measure for the finished good item.
Data Type: String
Data Length: 50
Required: Yes
FinishedGoodSignificantDigits
Description: A number representing the number of decimal places to track for this item.
Value numbers: 0 – 5.
Data Type: Number
Required: No, defaults to 0
Description: A component in WithoutWire associated with a Bill of Materials, used to produce a Finished Good.
Data Type: Array
Required: At least 1 is required.
Example
[
{
"FinishedGoodItemNumber": "", //Required - Character limit 50
"FinishedGoodCoreItemType": "", //Required - BASIC, LOT, SERIAL, DATE
"FinishedGoodUomTypeDesc": "", //Required - Character limit 50
"FinishedGoodSignificantDigits": "", //Optional - Between 0 and 5
"Components": [
{
"ItemNumber": "", //Required - Cannot match the FinishedGoodItemNumber - Character limit 50
"CoreItemType": "", //Required - BASIC, LOT, SERIAL, DATE
"UomTypeDesc": "", //Required - Character limit 50
"SignificantDigits": "", //Optional - Between 0 and 5
"QuantityRequired": "", //Required - Must be greater than 0
"PickOrder": "" //Optional - Cannot have the same for multiple components
}
]
}
]