- 开发者必读
- 授权
- 基础资料
- 商品
- 入库
- 订单
- 库存
- 换单
- 退货
- 订阅
入库列表
POST
/api/openPlatform/inOrder/purchase/list
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer {{token}}
Content-Type
string
必需
默认值:
application/json
Body 参数application/json
status
integer
状态
2:运输中
3:操作中
4:上架完成
5:已完结
6:待审核 (单仓首次入 库需要审核)
7:已驳回 (单仓首次入库需要审核)
-1:作废
customerWarehouseOrderNo
string
客户入库单号
customerSku
string
客户SKU
destinationWarehouseCode
string
目的仓库编码
createTimeFrom
string
创建时间开始
createTimeTo
string
创建时间结束
updateTimeFrom
string
更新时间开始
updateTimeTo
string
更新时间结束
inBoundType
string
入库类型
page
integer
页码
prePage
integer
每页条数
示例
{
"customerWarehouseOrderNo": "230293035728891"
}
返回响应
🟢200成功
application/json
Body
state
string
必需
msg
string
必需
data
object
必需
list
array [object {18}]
必需
total
integer
必需
page
integer
必需
prePage
integer
必需
示例
{
"state": "string",
"msg": "string",
"data": {
"list": [
{
"id": 0,
"warehouseOrderNo": "string",
"customerWarehouseOrderNo": "string",
"estimatedArrivalDate": "string",
"status": 0,
"statusDescription": "string",
"inBoundType": "string",
"inBoundTypeDescription": "string",
"destinationWarehouseCode": "string",
"trackingNo": "string",
"totalNum": 0,
"totalShiftNum": 0,
"totalReceiveNum": 0,
"diffNum": 0,
"shelfTime": "string",
"createTime": "string",
"updateTime": "string",
"details": [
{
"quantity": 0,
"productCnName": "string",
"customerSku": "string",
"productSku": "string",
"productImages": [
"string"
],
"totalPurchasePrice": 0,
"diffNum": 0,
"shiftNum": 0
}
]
}
],
"total": 0,
"page": 0,
"prePage": 0
}
}
修改于 2024-11-19 03:14:07