v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Shipments

Create shipments

Endpoint that allows to create shipments in Safecube web application. The shipment creation is asynchronous.

When Safecube will have processed your request entirely, you will receive a email with the shipment creation summary, including if the shipment has been created or not, and if not, why.

post/public/shipments

Request body

Example request

{
  "shipments": [
    {
      "shipmentNumber": "GCXU5630216"
    }
  ]
}

Response

Shipment creation accepted