cargopanel logocargopanel for developers

Get Shipping Label

GEThttps://api.cargopanel.co/api/shipments/v1/:id
GEThttps://api.cargopanel.co/api/shipments/v1/test/:id

Get a shipping label for a shipment using its ID.

This API requires a contract. Get in touch with cargopanel Support Team.

Test API is used for testing purposes.

Request Query Parameters

idstringrequired

Example Response

{
    "shipment": {},
}

Responses

200Shipment:<object>
401Unauthorized - Invalid credentials
404Shipment not found
405Method Not Allowed
500Internal Server Error