| Name | Description | Type | Additional information |
|---|---|---|---|
| lot_number |
Lot number. |
string |
None. |
| expiration_date |
Lot expiration date. Date in ISO-8601 format. |
date |
None. |
| on_hand |
Quantity on hand for the specific lot. |
integer |
None. |
| on_hold |
Quantity on hold for the specific lot. |
integer |
None. |
| committed |
Quantity committed for the specific lot. |
integer |
None. |
| in_process |
Quantity in process for the specific lot. |
integer |
None. |
| available |
Helper value. 'available' = 'on_hand' - 'on_hold' - 'committed' - 'in_process'. |
integer |
None. |