入库详情
POST
/api/openPlatform/inOrder/detail请求参数
Body 参数application/json
customerWarehouseOrderNo
string
客户入库单号
示例
{
"customerWarehouseOrderNo": "string"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
state
string
必需
msg
string
必需
data
object
必需
id
integer
必需
warehouseOrderNo
string
元仓入单号
customerWarehouseOrderNo
string
客户入库单号
destinationWarehouseCode
string
目的仓编码
estimatedArrivalDate
string
预计到达时间
status
integer
状态
statusDescription
string
状态描述
transferType
integer
运输方式
transferTypeDescription
string
运输方式描述
trackingNo
string
物流单号
totalNum
integer
总数量
totalCaseNum
integer
总箱数
totalShiftNum
integer
总上架数量
totalReceiveNum
integer
总签收数量
diffNum
integer
差异数量
totalNum-totalShiftNum
shelfTime
string | null
上架时间
totalWeight
number
总重量
totalVolume
number
总体积
logisticsCost
number
头程物流成本
logisticsShareType
integer
头程物流成本分摊类型
logisticsShareTypeDescription
string
头程物流成本分摊类型描述
createTime
string
创建时间
updateTime
string
修改时间
details
array [object {11}]
箱唛明细
示例
{
"state": "000001",
"msg": "请求成功",
"data": {
"id": 138,
"warehouseOrderNo": "MYYC0020010046",
"customerWarehouseOrderNo": "122222",
"estimatedArrivalDate": "2022-09-29",
"status": 5,
"statusDescription": "已完结",
"destinationWarehouseCode": "001",
"transferType": 1,
"transferTypeDescription": "海运",
"inType": 1,
"inTypeDescription": "自发货入库",
"trackingNumber": "1",
"totalNum": 100,
"totalCaseNum": 1,
"totalShiftNum": 0,
"totalReceiveNum": 0,
"diffNum": 100,
"shelfTime": null,
"totalWeight": 1,
"totalVolume": 1,
"logisticsCost": 1,
"logisticsShareType": 1,
"logisticsShareTypeDescription": "按重量分摊",
"createTime": "2022-09-01 18:36:15",
"updateTime": "2022-09-01 18:37:16",
"details": [
{
"caseNo": 1,
"packingMarkRefNo": "1",
"volume": 1,
"weight": 1,
"quantity": 100,
"detail": [
{
"quantity": 100,
"productSku": "YC002-DEPA0200",
"productCnName": "测试",
"customerSku": "DEPA0200",
"purchasePrice": 1,
"stockPrice": 1.01,
"productImages": []
}
]
}
]
}
}
最后修改时间: 2 年前