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 参数

Body 参数application/json

示例
{
    "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": 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