cargopanel logocargopanel for developers

Welcome,
{{cargopaneldev}}.

Start your cargopanel development journey to build apps and integrations for international and domestic shipping.

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

Shipping API

Real-time international shipping rates, label creation, and tracking.

Start Now →
Soon

Domestic API

Seamless integration for local shipments, address validation, and courier selection.

Soon

Freight API

Automate freight shipments, get instant quotes, and manage logistics at scale.