CargoDuo 为物流团队提供每个集装箱、卡车、ULD 和托盘的 3D 方案 — 海陆空铁多式联运,以更少的车次运送更多货物。
上传 CSV,或直接与 ERP、WMS 或订单系统同步。
CargoDuo 自动遵循重量、易碎性、堆叠和路线顺序。
分享一份逐步装载指南,团队可在任何设备上执行。
为您技术栈中已使用的语言提供 REST API 与 SDK。规划、优化、检视装载 — 各语言一致的原语。
1import { CargoDuo } from "@cargoduo/sdk";2 3const cd = new CargoDuo({ apiKey: process.env.CD_API_KEY });4 5const plan = await cd.plans.create({6 vehicle_id: "tir_13_6",7 items: [8 { item_id: "PAL-A12", qty: 24 },9 { item_id: "PAL-B07", qty: 12 },10 ],11});
import { CargoDuo } from "@cargoduo/sdk";
const cd = new CargoDuo({ apiKey: process.env.CD_API_KEY });
const plan = await cd.plans.create({
vehicle_id: "tir_13_6",
items: [
{ item_id: "PAL-A12", qty: 24 },
{ item_id: "PAL-B07", qty: 12 },
],
});
14 天免费试用。一小时内规划您的首批集装箱。