- 1 Minute to read
- PDF
Pick Record Object
- 1 Minute to read
- PDF
Pick Record Object
A Pick Record in WithoutWire is associated with a LineItem on an order.
QuantityShipped
Description: A decimal value representing the quantity shipped for this pick record.
Data Type: Int
Note: Read Only
QuantityPicked
Description: A decimal value representing the quantity picked for this pick record.
Data Type: Int
Note: Read Only
CoreValue
Description: A string value representing the lot number/serial/expiration date of the item that was picked.
Data Type: String
Note: Read Only
Backorder
Description: Indicates whether or not the item was backordered.
Data Type: Boolean
Note: Read Only
Example
[
{
"QuantityShipped": 5.0,
"QuantityPicked": 5.0,
"CoreValue": "Lot001"
"Backorder": false
}
]