cargopanel logocargopanel for developers

Welcome,
{{cargopaneldev}}.

Start building applications and integrations for international and local shipping with cargopanel.

Info
const shipment = {  originCountry: { code: "TR" },  destinationCountry: { code: "DE" }};56 fetch('https://api.cargopanel.co/v1/shipments', {7   method: 'POST',8   headers: { 'Authorization': 'Bearer TOKEN', 'Content-Type': 'application/json' },9   body: JSON.stringify(shipment),10 })11 .then(res => res.json())12 .then(data => console.log(data));

Shipping API

List international shipping quotes, create shipments, track them, and manage your logistics end to end.

Get Started →
Soon

Domestic API

List domestic shipping quotes, create shipments, track them, and manage domestic delivery end to end.

Soon

Freight API

Automate logistics, create shipments, track them, and scale your freight operations.