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 query

开发中
GET
/open/order/refund/query

请求参数

Query 参数
refundId
string 
逆向单id
必需
Header 参数
access-key
string 
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string 
可选
默认值:
nonce-str
timestamp
string 
必需
默认值:
1715669977082
user-id
string 
必需
默认值:
2100007341207
signature
string 
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/open/order/refund/query?refundId' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'

返回响应

🟢200成功
application/json
Body
requestId
null 
请求ID
必需
code
integer 
状态码
必需
developId
null 
开发者id
必需
msg
string 
必需
data
object 
必需
distributorId
string 
分销商id
必需
currency
string 
币种
必需
refundOrderAggregate
object 
逆向聚合信息
必需
示例
{
    "requestId": null,
    "code": 200,
    "developId": null,
    "msg": "成功",
    "data": {
        "distributorId": "2100005349129",
        "currency": "CNY",
        "refundOrderAggregate": {
            "logistics": {
                "receiverAddress": null,
                "returnGoodsDesc": null,
                "buyerPhone": null,
                "logisticsCompany": {
                    "logisticsCompanyCode": null,
                    "logisticsCompanyName": null
                },
                "sellerAgreeReturnDescribe": 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包(试吃)"
                },
                "itemImageUrl": "//img.alicdn.com/imgextra/i1/3937219703/O1CN01RFZg0i2LY1pt3OISk_!!3937219703-0-C2M.jpg"
            }
        }
    }
}
修改于 2025-02-24 06:57:23
上一页
Reverse order modification
下一页
Order price modification and callback
Built with