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: Number
- 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: ReadOnly
Example
[
{ "QuantityShipped": 5.0, "CoreValue": "Lot001" }
]