海星仓开放平台
  1. 入库
海星仓开放平台
  • 开发者指南
    • 对接必看
    • 枚举
    • 错误码
    • 授权接口
      POST
  • 基础资料
    • 店铺列表
      GET
    • 开通的仓库列表
      GET
    • 物流渠道列表
      GET
    • 国家列表
      GET
  • 商品
    • 商品修改
      POST
    • 商品删除
      POST
    • 商品新增
      POST
    • 商品列表
      GET
    • 商品详情
      GET
    • 商品分类
      GET
    • 商品品牌
      GET
    • 商品单位
      GET
  • 订单
    • 订单新增
      POST
    • 订单列表
      GET
    • 订单详情
      GET
    • 包裹列表
      GET
    • 订单拦截
      POST
  • 库存
    • 库存查询
    • 库存日志查询
  • 入库
    • 入库预约完结
      POST
    • 入库预约作废
      POST
    • 入库预约确认
      POST
    • 新增入库预约
      POST
    • 入库预约列表
      GET
    • 入库预约详情
      GET
  • 退货
    • 退件列表
    • 退件申请详情
  1. 入库

入库预约列表

GET
/open/inboundNotice/page
入库预约-开放平台
入库预约列表

请求参数

Query 参数
inboundNoticeCode
string 
单号
可选
thirdCode
string 
第三方单号
可选
thirdCodes
array[string]
第三方单号(批量)
可选
warehouseId
string 
仓库
必需
createTimeFrom
string <date-time>
创建时间开始
可选
createTimeTo
string <date-time>
创建时间结束
可选
updateTimeFrom
string <date-time>
更新时间开始
可选
updateTimeTo
string <date-time>
更新时间结束
可选
tenantId
integer <int64>
可选
current
integer <int64>
当前页
可选
size
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/page?warehouseId='

返回响应

🟢200成功
*/*
OK
Body
code
integer <int32>
可选
msg
string 
可选
data
object (BaseOpenPageVOInboundNoticeOpenVO) 
可选
total
integer <int64>
可选
size
integer <int64>
可选
current
integer <int64>
可选
list
array[object (InboundNoticeOpenVO) {32}] 
可选
trace
string 
可选
extra
object 
可选
额外字段
object 
可选
ok
boolean 
可选
示例
{
  "code": 0,
  "msg": "string",
  "data": {
    "total": 0,
    "size": 0,
    "current": 0,
    "list": [
      {
        "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
上一页
新增入库预约
下一页
入库预约详情
Built with