v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Easy-shipment

Get the list of shipments for all your endpoints

Get all container / bl / bk that are currently monitored by each of your endpoints

get/easy-shipment

Response

EasyEndpointShipment required

Array of shipments followed by the endpoint. Each shipment is described by a shipment number, shipment type and sealine.

Example response

{
  "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2": {
    "shipments": [
      {
        "number": "MSDU9813721",
        "sealine": "HLCU"
      },
      {
        "type": "BL",
        "number": "HLCUSHA2302AWXB8",
        "sealine": "HLCU"
      },
      {
        "number": "ZZZZ0000000"
      }
    ]
  }
}