Start building applications and integrations for international and local shipping with cargopanel.
1 const shipment = {2 originCountry: { code: "TR" },3 destinationCountry: { code: "DE" }4 };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));List international shipping quotes, create shipments, track them, and manage your logistics end to end.
Get Started →List domestic shipping quotes, create shipments, track them, and manage domestic delivery end to end.
Automate logistics, create shipments, track them, and scale your freight operations.