PandaPon OpenAPI
Product documentsAPI reference
English
  • 简体中文
  • Tiếng Việt
  • Español
Product documentsAPI reference
English
  • 简体中文
  • Tiếng Việt
  • Español
Back to PandaPon Website
  1. After-sales service
  • Taobao
    • Goods
      • Taobao commodity picture search interface
      • Taobao product search interface
      • Batch query goods according to Taobao commodity id
      • Query goods according to Taobao commodity id
      • Taobao commodity inquiry
    • Order
      • Create an order
      • Paging to query the order list
      • Upload the payment voucher
      • Cancel the order
      • Modify the pre-warehouse information of the order
      • Pay for the order
      • Get the IM link
      • Get the order details according to the order ID
      • Get logistics details
    • After-sales service
      • Reverse single list query
        POST
      • Reverse single rendering interface
        POST
      • Return logistics rendering
        GET
      • Return logistics submission
        POST
      • Reverse order cancellation
        GET
      • Submit a message in reverse
        POST
      • Reverse order submission
        POST
      • Reverse single message list query
        POST
      • Reverse order modification
        POST
      • Reverse single query
        GET
    • Message callback
      • Order price modification and callback
      • Order status modification callback
      • After-sales refund of orders
    • Shopping cart
      • Create an order
      • Generate an order preview
      • List of shopping carts
      • Delete the shopping cart products
      • Add a shopping cart
      • Edit the quantity of goods
  • 1688
    • Goods
      • Commodity details inquiry
      • Convert and decrypt to Wangwang URL
      • Commodity keyword query
      • Commodity picture search
      • Commodity store search
      • Query multilingual categories according to category ID
      • Product recommendation inquiry
      • Related commodity inquiry
    • Order
      • Developers submit and pay 1688 orders in bulk
      • Preview data before creating an order (batch different merchants)
      • Create orders (different merchants)
      • Obtain the logistics tracking information of the order
      • Order list paging query
      • Preview data before creating an order
      • Create an order
      • Cancel the order before payment
      • Order payment
      • The buyer confirms the receipt of goods
    • After-sales service
      • Check the details of the after-sales order
      • Check the reason for refund and return (used to create refund and return)
      • Upload the refund and return voucher
      • Create a refund and return application
      • The buyer submits the refund information
      • List of logistics companies - all logistics companies
    • Message callback
      • Order price modification and callback
      • Order status modification interface
      • After-sales refund of 1688 orders
    • Shopping cart
      • Create an order
      • Delete the shopping cart products
      • Preview the data interface before creating an order
      • Edit the quantity of goods
      • Add a shopping cart
      • List of shopping carts
    • Marketing
      • Global strict selection
      • 1688 Strict Selection
      • Hot selling list
  • Foundations
    • Get user address information
      POST
    • Address addition and update
      POST
  • Warehouse logistics
    • Detailed overseas freight estimate
      POST
    • Preview of overseas freight for orders
      POST
    • Update domestic logistics information
      POST
    • Create international logistics orders
      POST
  1. After-sales service

Reverse single list query

开发中
POST
/open/order/refund/queryList

请求参数

Header 参数
access-key
string 
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string 
可选
默认值:
nonce-str
timestamp
string 
必需
默认值:
1715669977082
user-id
string 
必需
默认值:
2100007341207
signature
string 
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
refundId
string 
逆向单id
可选
purchaseOrderId
string 
可选
purchase order Id
salesOrderId
string 
可选
salesOrderId
refundStatus
integer 
可选
逆向状态(refund_status) 0【没有申请退款/No apply refund】 10【买家已经申请退款,等待卖家同意/Buyer has applied for a refund, waiting for the seller to agree】20【卖家已经同意退款,等待买家退货/The seller has agreed to refund, waiting for the buyer to return the goods】30【买家已经退货,等待卖家确认收货/Buyer has returned the goods, waiting for the seller to confirm receipt】100【退款成功/Successful refund】-10【卖家拒绝退款/The seller refused to refund】-20【退款关闭/Refund Close】
refundStartTime
integer 
可选
refund start Time
refundEndTime
integer 
可选
refund end Time
pageNo
integer 
分页页码
必需
pageSize
integer 
数据条数
必需
示例
{
    "refundId":"111",
    "purchaseOrderId":"111",
    "salesOrderId":"11111",
    "refundStatus":1,
    "refundStartTime":121312131313,
    "refundEndTime":3323232,
    "pageNo": 1,
    "pageSize":1
}

示例代码

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/refund/queryList' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "refundId":"111",
    "purchaseOrderId":"111",
    "salesOrderId":"11111",
    "refundStatus":1,
    "refundStartTime":121312131313,
    "refundEndTime":3323232,
    "pageNo": 1,
    "pageSize":1
}'

返回响应

🟢200成功
application/json
Body
requestId
null 
必需
code
integer 
必需
developId
null 
必需
msg
string 
必需
data
object 
必需
total
integer 
总条数
必需
pageNo
integer 
页码
必需
distributorId
null 
分销商id
必需
pageSize
integer 
每页大小
必需
currency
string 
币种
必需
refundOrderAggregates
array [object {4}] 
逆向聚合信息
必需
示例
{
    "requestId": null,
    "code": 200,
    "developId": null,
    "msg": "成功",
    "data": {
        "total": 28,
        "pageNo": 1,
        "distributorId": null,
        "pageSize": 1,
        "currency": "CNY",
        "refundOrderAggregates": [
            {
                "logistics": null,
                "subUserId": null,
                "refundOrder": {
                    "refundFee": 392,
                    "payOrderId": "3582133814705377121",
                    "timeoutType": "sAgreeRefundT",
                    "sellerRefuseReason": null,
                    "refundStatus": "100",
                    "canEditFee": null,
                    "remainingTime": null,
                    "refundType": 1,
                    "feeTips": null,
                    "reasonDesc": "我不想要了",
                    "goodsStatus": 1,
                    "refundDesc": "",
                    "reasonId": 150013,
                    "timeoutDate": "1698313367000",
                    "sellerRefuseReasonDescribe": null,
                    "refundId": "110002687818"
                },
                "purchaseOrderLine": {
                    "salesOrderId": "500918-1034477311887409465",
                    "supplierId": 3937219703,
                    "quantity": 1,
                    "totalPrice": 392,
                    "itemTitle": "零食瓜子仁蟹黄味整箱小包装坚果炒货小零食小吃批发散装休闲食品",
                    "postFee": 0,
                    "productFee": 392,
                    "salesMarket": "TAOBAO_BUYER",
                    "purchaseOrderLineId": 200028508721,
                    "createTime": 1698216212000,
                    "purchaseOrderId": 200028508720,
                    "price": null,
                    "supplierNick": "天天特卖工厂店",
                    "currency": "CNY",
                    "properties": {
                        "食品口味": "瓜子仁5包(试吃)"
                    }
                }
            }
        ]
    }
}
修改于 2025-02-24 06:55:17
上一页
Get logistics details
下一页
Reverse single rendering interface
Built with