v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Easy-shipment

Add shipments asynchronously

Add container or BL or BK to one or multiple endpoints with their container / BL / BK numbers. Your request will immediatelly be acknowledged. You can then monitor if you shipment has been correctly added with the events 'shipment.added.to.endpoint' and 'shipment.in.error

post/easy-shipment-asynchronous

Request body

EasyEndpointShipment required

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

Example request

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

Response

Accepted. Your request is beeing processed asynchronously. Follow your shipment status with the webhook events.