"items": [
{
"lineNumber": 1,
"orderLineNumber": 1,
"identifiers": [...],
"isDepositItem": false,
"orderedQuantity": 20,
"shippedQuantity": 20,
"description": "First product description.",
"batches":
[
{
"batchIdentifier": "BATCH_ID_1",
"expirationDate": "2022-12-24",
"quantity": 15.0
},
{
"batchIdentifier": "BATCH_ID_2",
"expirationDate": "2022-12-31",
"quantity": 5.0
}
]
}
]