curl --location --request GET '/business_units//inventory/building_lot_stats'
{
"data": [
{
"building": {
"buildingId": "strin",
"shortName": "string",
"name": "string"
},
"sku": {
"skuId": "string",
"name": "255",
"description1": "string",
"description2": "string"
},
"lot": {
"lotId": "string",
"expirationDate": "2019-08-24"
},
"qoh": 0,
"holdQty": 0
}
]
}