- 1 Minute to read
- PDF
Bin Object
- 1 Minute to read
- PDF
Bin Object
WarehouseName
Description: The name of the warehouse where the bin resides.
Data Type: String
Data Length: 100
Required: Yes
BinNumber
Description: An alphanumeric value that uniquely identifies the bin.
Data Type: String
Data Length: 50
Required: Yes
BinDescription
Description: A short description of the bin.
Data Type: String
Data Length: 50
Required: No
Note: Will defaulted to the bin number when left empty or null.
BinType
Description: The specific bin type of this bin.
Data Type: String
Values: Inventory, Damage, Manufacturing, Receiving, QA, License Plate, Overstock, Work In Progress, Staging, Hold, Exception, and Black Box
Required: Yes
Note: Will defaulted to Inventory when left empty or null.
RunNumber
Description: If the bin has a BinType of “LicensePlate” run number can be used in combination with Manufacturing
Data Type: String
Data Length: 50
Required: No
ParentBin
Description: License Plates in WithoutWire can be nested inside other bins or license plates. This would be the parent bin of the license plate.
Data Type: String
Data Length: 50
Required: No, unless bin type is license plate.
PickSequence
Description: The order of items on the picking screen can be controlled by the Pick Sequence of the bin where the inventory resides.
Data Type: Number
Required: Yes
ActiveInd
Description: Set the bin to active or inactive.
Values: true, false
Required: Yes
Example
[
{
"WarehouseName": "Warehouse",
"BinNumber": "Bin-001",
"BinDescription": "The first bin in the first row.",
"BinType": "Inventory",
"RunNumber": null,
"ParentBin": null,
"PickSequence": 1,
"ActiveInd": true
}
]