海星仓开放平台
  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. 订单

订单详情

POST
/open/order/details
订单详情

请求参数

Header 参数

Body 参数multipart/form-data

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/open/order/details' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--form 'salesOrderCodes=""'

返回响应

🟢200OK
application/json
Body

示例
{
    "code": 0,
    "msg": "string",
    "data": [
        {
            "salesOrderCode": "string",
            "erpOrderCode": "string",
            "type": "string",
            "status": "string",
            "deliveryStatus": "string",
            "storeId": 0,
            "country": "string",
            "city": "string",
            "district": "string",
            "province": "string",
            "address": "string",
            "mobile": "string",
            "telephone": "string",
            "zipcode": "string",
            "contact": "string",
            "cusRemark": "string",
            "sellingAmount": 0,
            "payType": "string",
            "payAmount": 0,
            "paidTime": "2019-08-24T14:15:22Z",
            "currency": "string",
            "createTime": "2019-08-24T14:15:22Z",
            "updateTime": "2019-08-24T14:15:22Z",
            "countryCode": "string",
            "warehouseId": 0,
            "isCod": "1",
            "sellerRemark": "string",
            "shipmentProvider": "string",
            "buyerId": "string",
            "buyerName": "string",
            "shippingFee": 0,
            "payStatus": "1",
            "createType": "1",
            "skuList": [
                {
                    "skuCode": "string",
                    "skuName": "string",
                    "outSkuCode": "string",
                    "outSkuName": "string",
                    "outModelName": "string",
                    "quantity": 0,
                    "costPrice": 0,
                    "sellingPrice": 0,
                    "actualPrice": 0,
                    "isGift": "string",
                    "skuId": 0,
                    "outSellerSkuCode": "string",
                    "outSpuCode": "string",
                    "skuPic": "string",
                    "outSkuPic": "string",
                    "fnSkuCode": "string"
                }
            ],
            "packageList": [
                {
                    "salesOrderCode": "string",
                    "dispatchOrderCode": "string",
                    "status": "0",
                    "warehouseId": 0,
                    "waybillPdfUrl": "string",
                    "expressName": "string",
                    "expressNo": "string",
                    "innerExpressCode": "string",
                    "deliveryTime": "2019-08-24T14:15:22Z",
                    "waybillSize": "string",
                    "weight": 0,
                    "lockInventoryStatus": "1",
                    "getWaybillStatus": "1",
                    "details": [
                        {
                            "skuName": "string",
                            "skuCode": "string",
                            "outQuantity": 0,
                            "noticeQuantity": 0,
                            "status": "1",
                            "costPrice": 0,
                            "sellingPrice": 0,
                            "actualPrice": 0,
                            "parentSkuCode": "string",
                            "skuPic": "string",
                            "fnSkuCode": "string",
                            "isGift": "string",
                            "lackQuantity": 0
                        }
                    ],
                    "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"
                        }
                    ]
                }
            ]
        }
    ],
    "trace": "string",
    "extra": {
        "property1": {},
        "property2": {}
    },
    "ok": true
}
🟠400Bad Request
🟠403Forbidden
🔴500Internal Server Error
🟠424授权过期
🟠429限流
修改于 2025-07-04 09:39:27
上一页
订单列表
下一页
包裹列表
Built with