1. 订单管理
供应链api文档
  • 公共信息
  • 消息说明
  • 订单管理
    • [第三方] 可售检测
      POST
    • [第三方] 下单商品支付
      POST
    • [第三方] 获取订单列表
      POST
    • [第三方] 获取订单详细
      GET
    • [第三方] 确认收货
      GET
    • [第三方] 获取快递公司列表
      GET
    • [第三方] 发货物流查询
      GET
    • [第三方]取消订单
      POST
  • 售后管理
    • [第三方] 售后前置校验
      POST
    • [第三方] 创建售后申请
      POST
    • [第三方] 售后列表查询
      POST
    • [第三方] 获取售后详情
      GET
    • [第三方] 撤销售后申请
      GET
    • [第三方] 商品退回
      POST
    • 上传售后凭证(图片)
      POST
  • 商品管理
    • [第三方]获取选品库商品列表
      POST
    • [第三方]选品库移除商品
      GET
    • [第三方]选品库添加商品
      GET
    • [第三方]获取全部商品列表
      POST
    • [第三方]获取选品分组列表
      GET
    • [第三方]获取商品分类
      POST
    • [第三方]批量获取商品详情
      GET
    • [第三方]获取商品详情
      GET
  • 消息
    • 交易成功
      POST
    • 订单取消
      POST
    • 确认发货
      POST
    • 确认收货
      POST
    • 售后同意
      POST
    • 售后拒绝
      POST
    • 售后退款
      POST
    • 商品上架
      POST
    • 商品下架
      POST
    • 商品修改
      POST
    • 商品库存变更
      POST
    • 选品库商品变更
      POST
  1. 订单管理

[第三方] 获取订单详细

GET
http://118.178.236.220:8001/scmp_order/third/order/getOrderInfoDetail
获取订单详细
根据订单号查询订单详细信息

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'http://118.178.236.220:8001/scmp_order/third/order/getOrderInfoDetail?orderSn=undefined' \
--header 'Signature-Type: MD5withRSA' \
--header 'Timestamp;' \
--header 'Signature-Data;' \
--header 'businessId;'

返回响应

🟢200
application/json
Bodyapplication/json

示例
{
    "flag": true,
    "code": 0,
    "message": "string",
    "data": {
        "id": 0,
        "orderId": "string",
        "thirdOrderId": "string",
        "channelId": 0,
        "supplierId": 0,
        "orderStatus": 0,
        "paymentTime": "string",
        "originalPrice": 0,
        "receiverName": "string",
        "receiverPhone": "string",
        "receiverAddress": "string",
        "cancelTime": "string",
        "settlementStatus": 0,
        "createTime": "string",
        "actualPayment": 0,
        "orderGoods": {
            "id": 0,
            "goodsId": 0,
            "skuId": 0,
            "goodsName": "string",
            "skuName": "string",
            "price": 0,
            "quantity": 0,
            "postage": 0,
            "profit": 0,
            "serviceFee": 0,
            "imageUrl": "string"
        }
    }
}
修改于 2026-06-09 02:20:06
上一页
[第三方] 获取订单列表
下一页
[第三方] 确认收货
Built with