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

分页查询出库单

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

请求参数

Header 参数

Body 参数application/json

示例
{
    "outbound_no_list": [
        "string"
    ],
    "reference_no_list": [
        "string"
    ],
    "status_list": [
        0
    ],
    "storage_code_list": [
        "string"
    ],
    "fulfillment_order_no_list": [
        "string"
    ],
    "trans_type_list": [
        "string"
    ],
    "created_date_ms_start": 0,
    "created_date_ms_end": 0,
    "requested_pickup_date_ms_start": 0,
    "requested_pickup_date_ms_end": 0,
    "estimated_delivery_date_ms_start": 0,
    "estimated_delivery_date_ms_end": 0,
    "outbound_date_ms_start": 0,
    "outbound_date_ms_end": 0,
    "current_page": 1,
    "page_size": 1
}

返回响应

🟢200成功
application/json
Body

示例
{
    "code": "string",
    "msg": "string",
    "resp_data": {
        "current_page": "string",
        "page_size": "string",
        "total_num": "string",
        "total_page": "string",
        "data": {
            "outbound_no": "string",
            "reference_no": "string",
            "fulfillment_order_no": "string",
            "outbound_type": 0,
            "storage_code": "string",
            "storage_name": "string",
            "status": "string",
            "created_date_ms": 0,
            "requested_pickup_date_ms": 0,
            "estimated_delivery_date_ms": 0,
            "outbound_date_ms": 0,
            "platform": "string",
            "platform_region": "string",
            "outbound_item_list": [
                {
                    "ssku": "string",
                    "should_outbound_num": 0,
                    "inner_pack": 0,
                    "actual_outbound_num": 0,
                    "actual_inner_pack": 0,
                    "adjust_num": 0
                }
            ],
            "unit_record_list": [
                {
                    "specification": "string",
                    "expected_num": 0,
                    "actual_num": 0,
                    "status": "string"
                }
            ],
            "file_list": [
                {
                    "file_type": "string",
                    "file_url_list": [
                        "string"
                    ]
                }
            ],
            "tracking_no_list": [
                "string"
            ],
            "trans_type": "string"
        }
    }
}
修改于 2025-08-11 13:13:44
上一页
查询出库通知单列表
下一页
出库单发货
Built with