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 order cancellation

开发中
GET
/open/order/refund/cancel/{refundId}

请求参数

Path 参数

Header 参数

请求示例代码

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/cancel/	110000235001' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 200,
    "data": {
        "cancelSuccess": true,
        "currency": "CNY",
        "distributorId": "1223655000541",
        "refundOrderAggregate": {
            "logistics": {
                "buyerPhone": "18116031613",
                "logisticsCompany": {
                    "logisticCompanyCode": "SF",
                    "logisticsCompanyName": "顺丰快递"
                },
                "logisticsNo": "SF12181323546",
                "receiverAddress": {
                    "detailAddress": "河南省张掖市西城区",
                    "phone": "18123594991",
                    "receiver": "magna et commodo qui"
                },
                "returnGoodsDesc": "labore consectetur quis commodo amet",
                "sellerAgreeReturnDescribe": "minim in nostrud veniam nulla"
            },
            "purchaseOrderLine": {
                "createTime": 1667193198819,
                "currency": "CNY",
                "itemImageUrl": "http://dummyimage.com/400x400",
                "itemTitle": "Please Do Not Buy New Products from Panama-External Access Test Account 01-001",
                "postFee": 0,
                "price": 5,
                "productFee": 62,
                "properties": {
                    "propId": 42,
                    "propName": "革元处做音而美",
                    "valueId": 62,
                    "valueName": "青质族队量积"
                },
                "purchaseOrderId": "1460312617436",
                "purchaseOrderLineId": "114232165239",
                "quantity": 76,
                "salesMarket": "GONGXIAO_OFFLINE",
                "salesOrderId": "500000-mhtestno887173",
                "supplierId": "17",
                "supplierNick": "外部接入测试账号01",
                "totalPrice": 55000
            },
            "refundOrder": {
                "canEditFee": true,
                "feeTips": "eiusmod",
                "goodsStatus": 4,
                "payOrderId": "96",
                "reasonDesc": "超材超重",
                "reasonId": 200001,
                "refundDesc": "minim",
                "refundFee": 4,
                "refundId": "110000235001",
                "refundStatus": "-20",
                "refundType": 1,
                "remainingTime": "863585268",
                "sellerRefuseReason": "cupidatat consequat dolore et",
                "sellerRefuseReasonDescribe": "nostrud ipsum proident dolore quis",
                "timeoutDate": "1652759264000",
                "timeoutType": "1"
            }
        }
    },
    "developId": "1021090911993463110",
    "msg": "成功",
    "requestId": "5b950f5f7b064dc889c1a878b5c16234"
}
修改于 2025-02-24 06:56:11
上一页
Return logistics submission
下一页
Submit a message in reverse
Built with