Ref. endpoint GET /controller/api/v1/shipment/{shipmentNbr}. The Swagger documentation refers to an attribute called "packages". The response does not contain this attribute at all. Example of response: {
"shipmentNumber": "000012",
"shipmentType": "Issue",
"status": "Confirmed",
"hold": false,
"operation": "Issue",
"shipmentDate": "2022-02-14T00:00:00",
..
..
"currencyId": "NOK",
"shippedQuantity": 36.000000,
"shippedWeight": 0.000000,
"shippedVolume": 0.000000,
"packagesWeight": 0.000000,
"controlQuantity": 36.000000,
"deliveryAddress": {
..
..
} We expected this value:
... View more