-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- FBA订单
- 头程入库
- 出库单
- 来货单
- 逆向物流服务
- 库存管理
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
计算头程所需运费
POST https://eu-openapi.chukou1.cn:84/v1/pricing/inbound/box
½Ó¿Ú˵Ã÷: 计算头程所需运费ÊäÈë²ÎÊý
Body Parameters
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ ServiceCode string ³¤¶È: 0 ~ 30
Âú×ãÕýÔò: ^[a-zA-Z0-9\-_]*$
发货服务代码
WarehouseId string ³¤¶È: 0 ~ 10
Âú×ãÕýÔò: ^[a-zA-Z0-9\-_]*$
±ØÐë
仓库代号
LocationId string ³¤¶È: 0 ~ 30
处理点
Boxes Collection of InboundBox None.
±ØÐë
箱子列表
IncludeUnsuccessful boolean None.
是否返回计价失败的服务
IsCustomsClearance boolean None.
是否代付关税手续费
IsBorrowTaxNo boolean None.
是否借用我司税号
{ "ServiceCode": "sample string 1", "WarehouseId": "sample string 2", "LocationId": "sample string 3", "Boxes": [ { "Weight": 1, "Length": 2, "Width": 3, "Height": 4, "Quantity": 5 }, { "Weight": 1, "Length": 2, "Width": 3, "Height": 4, "Quantity": 5 } ], "IncludeUnsuccessful": true, "IsCustomsClearance": true, "IsBorrowTaxNo": true }
·µ»Ø½á¹û
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ ServiceCode string None.
服务代码
USRPP
ServiceName string None.
服务名称
美国本地快捷签收派送
Success boolean None.
是否计费成功
true
Message string None.
计费信息(不成功原因)
ChargeInfo ChargeInfo None.
费用信息
LogisticsTimes LogisticsTime None.
派送时效(小时)
[ { "ServiceCode": "sample string 1", "ServiceName": "sample string 2", "Success": true, "Message": "sample string 4", "ChargeInfo": { "Summary": [ { "Currency": "sample string 1", "Amount": 2 }, { "Currency": "sample string 1", "Amount": 2 } ], "Detail": [ { "Currency": "sample string 1", "Amount": 2, "ChargeName": "sample string 3", "Remark": "sample string 4" }, { "Currency": "sample string 1", "Amount": 2, "ChargeName": "sample string 3", "Remark": "sample string 4" } ] }, "LogisticsTimes": { "Min": 1, "Max": 2 } }, { "ServiceCode": "sample string 1", "ServiceName": "sample string 2", "Success": true, "Message": "sample string 4", "ChargeInfo": { "Summary": [ { "Currency": "sample string 1", "Amount": 2 }, { "Currency": "sample string 1", "Amount": 2 } ], "Detail": [ { "Currency": "sample string 1", "Amount": 2, "ChargeName": "sample string 3", "Remark": "sample string 4" }, { "Currency": "sample string 1", "Amount": 2, "ChargeName": "sample string 3", "Remark": "sample string 4" } ] }, "LogisticsTimes": { "Min": 1, "Max": 2 } } ]