SPOTTER API
  1. 出库
SPOTTER API
  • 文档说明
    • 简介
    • 版本日志
    • 开发指南
    • API认证
    • 业务说明
      • 运输商编码列表
  • 开放能力
    • 商品
      • 查询报价协议
      • 查询产品信息
    • 订单
      • 可售库存
        • 查询可售库存
        • 编辑渠道库存
      • 查询订单
      • 创建多渠道订单
      • 取消发货
    • 物流
      • 查询VC物流
      • 查询承运商
    • 报告
      • 查询VC库存报告
      • 查询VC销售诊断
      • 查询VC销售预测
      • 查询VC实时销量
    • 仓储
      • 仓库配置
        • 查询仓库列表
      • 入库
        • 查询入库单列表
        • 查询入库箱唛列表
        • 创建入库单
        • 创建待发货入库单
        • 分页查询入库单
      • 库存
        • 查询库存
        • 分页查询库龄汇总
        • 分页查询库龄明细
      • 出库
        • 查询出库通知单列表
          POST
    • 广告
      • 查询SP推广商品
      • 查询SD推广商品
      • 查询SB广告
    • 促销
      • 查询促销活动-COUPON
  1. 出库

查询出库通知单列表

POST
https://openapi.spotterio.com/api/v1/list_outbound_warehouse

请求参数

Body 参数application/json
outbound_no_list
array[string]
出库通知单号列表
必需
<= 10 items
示例
{
    "outbound_no_list": [
        "string"
    ]
}

返回响应

🟢200成功
application/json
Body
code
integer 
响应码
必需
msg
string 
异常信息
可选
resp_data
array [object {9}] 
响应数据
可选
outbound_no
string 
出库单号
必需
order_code
string 
关联单号
必需
status
integer 
必需
出库通知单状态:
0:已创建
1:待仓库确认
2:待发货
3:创建失败
4:已取消
5:已发货
6:发货中
outbound_type
integer 
必需
出库通知单类型:
1:VCPO
2:整箱发货(FBA)出库
3:移仓出库
4:DF订单出库
5:一件代发出库
6:移区出库
7:加工出库
8:更换sSKU出库
storage_code
string 
出库仓库编码
必需
storage_name
string 
出库仓库名称
必需
delivery_date_ms
integer 
发货日期
可选
outbound_detail_vos
array [object {8}] 
出库通知单详情
必需
file_list
array [object {2}] 
出库单附件
必需
trace_id
string 
必需
示例
{
    "code": 200,
    "resp_data": [
        {
            "order_code": "string",
            "storage_name": "string",
            "delivery_date_ms": 1736409367943,
            "outbound_no": "string",
            "outbound_detail_vos": [
                {
                    "out_nums": 1,
                    "outbound_date_ms": 1736409367943,
                    "storage_name": "string",
                    "inner_pack": 1,
                    "storage_code": "string",
                    "pending_ship_num": 1,
                    "actual_outbound_quantity": 1,
                    "actual_outbound_num": 1,
                    "actual_nums": 1,
                    "outbound_type": 6,
                    "pending_ship_quantity": 1,
                    "status": 5
                }
            ],
            "storage_code": "string",
            "outbound_type": 6,
            "status": 5
        }
    ],
    "trace_id": "00000000000000000000000000000000"
}
修改于 2025-04-24 07:29:58
上一页
分页查询库龄明细
下一页
查询SP推广商品
Built with