curl --location --request GET '/business_units//sales_orders//shipments'
{
"data": [
{
"building": {
"buildingId": "strin",
"shortName": "string",
"name": "string"
},
"carrier": {
"name": "string",
"billOfLadingNumber": "string",
"proNumber": "string"
},
"shipDate": "2019-08-24T14:15:22Z",
"containers": [
{
"dimensions": {
"width": 0,
"height": 0,
"length": 0,
"weight": 0,
"measurementSystem": "string",
"dimWeight": 0
},
"type": "string",
"trackingNumber": "string",
"uccLabel": "string",
"lines": [
{
"sku": {
"skuId": "string",
"name": "255",
"description1": "string",
"description2": "string"
},
"quantity": 0,
"quantityMeasure": "string",
"lineNumer": 0,
"customerLineNumber": "string",
"serialNumbers": [
"string"
],
"lot": {
"lotId": "string",
"expiration": "2019-08-24T14:15:22Z"
},
"customerSku": "string"
}
]
}
],
"distributionOrderNumber": "string"
}
]
}