入库预约详情
GET
/open/inboundNotice/detail
入库预约-开放平台
请求参数
Query 参数
inboundNoticeCode
string
预约单号
inboundNoticeCodes
array[string]
预约单号(批量)
thirdCodes
array[string]
三方单号
warehouseId
string
仓库
tenantId
integer <int64>
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://demo01.haixingcang.com/open/inboundNotice/detail?warehouseId='
返回响应
🟢200成功
*/*
Body
code
integer <int32>
可选
msg
string
可选
data
object (InboundNoticeOpenVO)
可选
inboundNoticeCode
string
入库预约单号
inboundCode
string
入库单号
thirdCode
string
三方单号
status
enum<string>
收货状态
枚举值:
01020304050
inboundStatus
enum<string>
入库状态
枚举值:
404550
expectArrivalTime
string <date>
预计到达时间
arriveTime
string <date-time>
到达时间
expressName
string
快递名称
expressNo
string
物流单号
expressPrice
number
运费
orderPieces
integer <int32>
货物箱数
orderVolume
number
货物体积m³
orderWeight
number
货物重量kg
arrivePieces
integer <int32>
到货箱数
arriveWeight
number
到货重量kg
arriveVolume
number
到货体积
remark
string
备注
recvCountry
string
收货国家
recvProvince
string
收件省份
recvCity
string
收件城市
recvAddress
string
收件街道
sendCountry
string
发件国家
sendProvince
string
发件省份
sendCity
string
发件城市
sendAddress
string
发件街道
warehouseId
integer <int64>
仓库
createTime
string <date-time>
创建时间
updateTime
string <date-time>
更新时间
receiveFinishTime
string <date-time>
收货完成时间
finishTime
string <date-time>
上架完成时间
warehouseRemark
string
仓库备注
details
array[object (InboundNoticeDetailOpenVO) {17}]
可选
trace
string
可选
extra
object
可选
额外字段
object
可选
ok
boolean
可选
示例
{
"code": 0,
"msg": "string",
"data": {
"inboundNoticeCode": "string",
"inboundCode": "string",
"thirdCode": "string",
"status": "0",
"inboundStatus": "40",
"expectArrivalTime": "2019-08-24",
"arriveTime": "2019-08-24T14:15:22Z",
"expressName": "string",
"expressNo": "string",
"expressPrice": 0,
"orderPieces": 0,
"orderVolume": 0,
"orderWeight": 0,
"arrivePieces": 0,
"arriveWeight": 0,
"arriveVolume": 0,
"remark": "string",
"recvCountry": "string",
"recvProvince": "string",
"recvCity": "string",
"recvAddress": "string",
"sendCountry": "string",
"sendProvince": "string",
"sendCity": "string",
"sendAddress": "string",
"warehouseId": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"receiveFinishTime": "2019-08-24T14:15:22Z",
"finishTime": "2019-08-24T14:15:22Z",
"warehouseRemark": "string",
"details": [
{
"inboundNoticeCode": "string",
"quantity": 0,
"arrivalQuantity": 0,
"skuCode": "string",
"skuName": "string",
"costPrice": 0,
"arrivalStatus": "30",
"qualityCheck": true,
"labeling": true,
"unitCode": "string",
"boxNo": "string",
"boxWidth": 0,
"boxLength": 0,
"boxHeight": 0,
"breakQuantity": 0,
"goodQuantity": 0,
"inboundQuantity": 0
}
]
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}
🟠400请求有误
🟠403禁止访问
🔴500服务器错误
修改于 2024-12-25 08:18:30