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

包裹列表

GET
/open/order/package/list
仓库的出库单

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/open/order/package/list?page=&pageSize=&deliveryTimeBegin=&deliveryTimeEnd=&storeId=&outSalesOrderCodes=&salesOrderCode=&dispatchOrderCode=&status=' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}'

返回响应

🟢200OK
application/json
Body

示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "packages": [
            {
                "id": 0,
                "salesOrderCode": "string",
                "dispatchOrderCode": "string",
                "outSalesOrderCode": "string",
                "payAmount": 0,
                "shippingFee": 0,
                "wmsProcessFee": 0,
                "wmsPreShippingFee": 0,
                "wmsShippingFee": 0,
                "status": "0",
                "weight": 0,
                "updateTime": "2019-08-24T14:15:22Z",
                "deliveryTime": "2019-08-24T14:15:22Z",
                "storeId": 0,
                "warehouseId": 0,
                "city": "string",
                "district": "string",
                "province": "string",
                "country": "string",
                "address": "string",
                "mobile": "string",
                "telephone": "string",
                "contact": "string",
                "noticeWmsTime": "2019-08-24T14:15:22Z",
                "wmsStatus": "1",
                "waybillPdfUrl": "string",
                "getWaybillFailReason": "string",
                "expressName": "string",
                "expressNo": "string",
                "sellingAmount": 0,
                "createTime": "2019-08-24T14:15:22Z",
                "interceptFlag": "1",
                "isNoticePlatformDelivery": "string",
                "lockInventoryStatus": "1",
                "getWaybillStatus": "1",
                "transferNumber": "string",
                "zipcode": "string",
                "salesOrderType": "1",
                "innerExpressCode": "string",
                "details": [
                    {
                        "id": 0,
                        "skuCode": "string",
                        "fnSkuCode": "string",
                        "skuName": "string",
                        "noticeQuantity": 0,
                        "sellingPrice": 0,
                        "sellingAmount": 0,
                        "actualPrice": 0,
                        "actualAmount": 0,
                        "costPrice": 0,
                        "isGift": "string",
                        "lackQuantity": "string"
                    }
                ],
                "itemLines": [
                    {
                        "id": 0,
                        "outSalesOrderCode": "string",
                        "salesOrderCode": "string",
                        "dispatchOrderCode": "string",
                        "salesOrderDetailId": 0,
                        "parentSkuCode": "string",
                        "skuCode": "string",
                        "fnSkuCode": "string",
                        "skuName": "string",
                        "quantity": 0,
                        "costPrice": 0,
                        "actualPrice": 0,
                        "actualAmount": 0,
                        "sellingPrice": 0,
                        "sellingAmount": 0,
                        "isGift": "string"
                    }
                ]
            }
        ],
        "total": 0,
        "page": 0,
        "pageSize": 0
    },
    "trace": "string",
    "extra": {
        "property1": {},
        "property2": {}
    },
    "ok": true
}
🟠400Bad Request
🟠403Forbidden
🔴500Internal Server Error
🟠424授权过期
🟠429限流
修改于 2025-07-04 05:19:37
上一页
订单详情
下一页
订单拦截
Built with