{
"transportUnits": [
{
"unitIdentifier": "340000000037365376",
"unitIdentiferDomain": "GS1",
"unitType": "EURO_PALLET",
"transportUnits": [ // further transport units contained within
{
"unitIdentifier": "340000000037365377",
"unitIdentiferDomain": "GS1",
"unitType": "EURO_PALLET",
"containedTradeUnitCount": 12, // Amount of cartons on the pallet
"items": [...] // line items contained in packages on the pallet
},
{
"unitIdentifier": "340000000037365378",
"unitIdentiferDomain": "GS1",
"unitType": "EURO_PALLET",
"containedTradeUnitCount": 6, // Amount of cartons on the pallet
"items": [...] // line items contained in packages on the pallet
},
{
"unitIdentifier": "340000000037365379",
"unitIdentiferDomain": "GS1",
"unitType": "EURO_PALLET",
"containedTradeUnitCount": 24, // Amount of cartons on the pallet
"items": [...] // line items contained in packages on the pallet
}
]
}
]
}