1. URL
http://api.17feia.com/eship-api/v1/erp/order/update-weight
2. Request Json
{
"apiName": "",
"apiToken": "",
"proxyProductOrderNo": "LF791832314CN",
"pdf": null,
"referenceNo": "FEIYQ1700000077YQ",
"orderType": "GENERAL",
"actualWeight": 50.0,
"chargedWeight": 50.0,
"volumeWeight": 50,
"statisticalWeight": null,
"orderVolume": 125,
"lastUpdatedDate": null,
"apiBoxs": [{
"weight": 50.0,
"length": 5,
"width": 5,
"height": 5,
"name": null,
"count": 1,
"boxInsideNumber": "FEISZ1700026012YQ-1",
"operateWeight": 50.0,
"operateLength": 5,
"operateWidth": 5,
"operateHeight": 5,
"packagedOrder": null,
"volumeWeight": 50
}]
}
字段说明
- 代理商修改体积重量实体
apiName String 是 账号
apiToken String 是 令牌
proxyProductOrderNo String 是 代理单号
pdf String 否 PDF
referenceNo String 是 参考号
orderType String 否 订单类型, 可空, 以箱子数据为主
actualWeight Float 否 实际重量, 可空, 以箱子数据为主
chargedWeight Float 否 计费重, 可空, 以箱子数据为主
volumeWeight Float 否 体积重, 可空, 以箱子数据为主
statisticalWeight Float 否 统计重量, 可空, 以箱子数据为主
orderVolume Integer 否 订单所有箱子体积和, 可空, 以箱子数据为主
lastUpdatedDate Date 是 最后修改时间
proxyToken String 是 鉴权token
apiBoxs List 箱子实体集合 - ApiBox:代理商修改体积重量箱子实体
weight Float 是 重量
length Integer 是 长度
width Integer 是 宽
height Integer 是 高
name String 是 箱子名称(临时箱子, 需要给个名字)
count Integer 是 箱子总数
boxInsideNumber String 是 箱子编号
operateWeight Float 是 操作重量
operateLength Integer 是 操作长
operateWidth Integer 是 操作宽
operateHeight Integer 是 操作高
packagedOrder Boolean 是 是否打过小包
volumeWeight Float 是 体积重
3. Response Json
{
"obj": null,
"flag": true,
"msg": "订单修改成功",
"code": null,
"total": 0,
"rows": []
}
- 字段说明
obj 不用关注
flag Boolean 调用状态,true成功,false失败
msg String 接口消息
code 不用关注
total 不用关注
rows 不用关注