---
title: "Add shipments asynchronously"
method: POST
path: "/easy-shipment-asynchronous"
tags: ["Easy-shipment"]
---

# Add shipments asynchronously

`POST /easy-shipment-asynchronous`

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

## Request body

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

## Response `202`

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

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Error

---

[API](https://skmtc.net/safecube/apis/api-container-tracking.md) · [All operations](https://skmtc.net/safecube/apis/api-container-tracking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safecube/api-container-tracking/versions/e74a670ab7a5/schema)
