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. 售后管理

[第三方] 售后列表查询

POST
http://118.178.236.220:8001/scmp_order/third/afterSale/getAfterSaleList

请求参数

Header 参数

Body 参数application/json

示例
{
    "pageNo": 9,
    "pageSize": 56,
    "orderSn": "magna",
    "thirdOrderSn": "eiusmod commodo officia et",
    "type": 97,
    "refundStatus": 39,
    "status": 41,
    "receiverName": "郁文昊",
    "receiverPhone": "17336481601",
    "applyTimeStart": "2025-10-22 15:44:18",
    "applyTimeEnd": "2026-03-07 14:52:32"
}

请求示例代码

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/afterSale/getAfterSaleList' \
--header 'Signature-Type: MD5withRSA' \
--header 'Timestamp;' \
--header 'Signature-Data;' \
--header 'businessId;' \
--header 'Content-Type: application/json' \
--data '{
    "pageNo": 9,
    "pageSize": 56,
    "orderSn": "magna",
    "thirdOrderSn": "eiusmod commodo officia et",
    "type": 97,
    "refundStatus": 39,
    "status": 41,
    "receiverName": "郁文昊",
    "receiverPhone": "17336481601",
    "applyTimeStart": "2025-10-22 15:44:18",
    "applyTimeEnd": "2026-03-07 14:52:32"
}'

返回响应

🟢200
application/json
Bodyapplication/json

示例
{
  "flag": true,
  "code": 200,
  "message": "售后列表查询",
  "data": {
    "total": 100,
    "list": [
      {
        "id": 1001,
        "afterSaleNo": "AS20260609001",
        "orderId": "ORD20260609001",
        "thirdOrderId": "THIRD_ORD_001",
        "type": 1,
        "status": 1,
        "refundStatus": 0,
        "orderStatus": 3,
        "applyTime": "2026-06-09 10:00:00",
        "expressId": "SF",
        "expressNum": "SF123456789",
        "actualPayment": 208.99,
        "receiverName": "张三",
        "receiverPhone": "13800138000",
        "receiverAddress": "北京市朝阳区xxx路xxx号",
        "createTime": "2026-06-08 15:30:00",
        "orderGoods": {
          "id": 5001,
          "goodsId": 101,
          "skuId": 202,
          "goodsName": "测试商品A",
          "skuName": "红色;XL",
          "price": 100,
          "quantity": 2,
          "postage": 10,
          "imageUrl": "http://img.example.com/goods.jpg",
          "money": 200
        }
      }
    ],
    "pageNo": 1,
    "pageSize": 10,
    "pages": 10
  }
}
修改于 2026-06-09 06:05:51
上一页
[第三方] 创建售后申请
下一页
[第三方] 获取售后详情
Built with