---
title: "Update shipments to endpoints"
method: PUT
path: "/easy-shipment"
tags: ["Easy-shipment"]
---

# Update shipments to endpoints

`PUT /easy-shipment`

You can update container or BL or BK to one or multiple endpoints with their container / BL / BK numbers. Note that all the container / bl / bk will be replaced by the one provided in your request. If you just wish to add shipments, use the POST endpoint.

## Request body

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

## Response `200`

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

## 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)
