Get Shipping Label
GET
https://api.cargopanel.co/api/shipments/v1/:idGET
https://api.cargopanel.co/api/shipments/v1/test/:idGet 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
idstringrequiredExample Response
{
"shipment": {},
}Responses
200Shipment:<object>
401Unauthorized - Invalid credentials
404Shipment not found
405Method Not Allowed
500Internal Server Error