简要描述Description
- 预估订单运费Estimate shipping order price
请求URL
/wms_api/order/rate
请求方式Method
POST
请求示例Request
{
"timestamp": {{timestamp}},
"sign": "{{sign}}",
"store_id": 1, //必需required,请选发货仓库,上面接口获取仓库和库存。暂时不支持多仓库调配、分拆。
"zip": "26316", //必须required, 美国收件人地址邮局编码
"goods": [
{
"num": 10, //必须 required
"sku": "0131-001" //必须 required
}
],
}
返回示例Response
{
"code": 200,
"msg": "success",
"data": [
{
"box_no": 1, //打包后数量Package Numbers, according you products, if too many, many box should
"package": "小袋", //打包包装,系统根据重量体积数量设置 package type
"zone": 1, //收件人地址分区
"shipped_id": 6, //发货物流id,创建订单时候需要; carrier service id
"shipped_name": "USPS 1stClass", //发货物流名称; carrier service name,
"remark": "3-5天 1磅以下请选", //发货物流备注;
"resale_fee": "0.00", //代销商品采购费; if product shared by other sellers, you should pay the price
"shipped_fee": "5.00", //仓库,物流费合计; carrier and warehouse fee
"total_fee": "5.00" //收费:操作费、物流费等合计; total = carrier fee+warehouse fee+purchase fee if shared product by other seller
}
]
}
作者:admin 创建时间:2024-02-29 15:03
最后编辑:admin 更新时间:2025-05-06 11:38
最后编辑:admin 更新时间:2025-05-06 11:38