小包批次创建
POST
/ark/open_api/v3/common_controller请求参数
Body 参数application/json
packages
array [object {2}]
转运订单信息
packageId
string
订单id
weight
string
订单重量,单位g
planInfoId
string
物流方案id
示例
{
"orders": [
{
"orderId": "P123**3124",
"weight": ""
}
],
"planInfoId": "null"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
batchNo
string
批次号
message
string
错误信息
successTotal
string
成功总数
total
string
导入总数
示例成功示例
{
"batchNo": "null",
"message": "null",
"successTotal": "",
"total": ""
}
最后修改时间: 1 年前