1. AfterSale
Xportcn KA client
  • English version
    • API Reference
      • Basics
        • Get user address information
        • Address added and updated
      • Warehouse logistics
        • Please refer to the estimated overseas freight
        • Order overseas freight preview
        • Create international logistics orders
        • Update domestic logistics information
      • KA
        • Interface description flowchart
        • Alibaba
          • AlibabaProduct
            • AlibabaProductKeywordsQuery
            • AlibabaProductImageQuery
            • AlibabaProductCategory
            • AlibabaProductDetail
            • AlibabaProductFreightEstimateGet
            • AlibabaProductPoolList
          • AlibabaOrderController
            • Order list
            • Order Preview (The preview interface needs to be called before creating an order)
            • Create an order
            • Get order details
          • AfterSale
            • Refund Reason List
              POST
            • upload voucher
              POST
            • Create refund
              POST
            • Buyer submits refund information
              POST
            • List of logistics companies - All logistics companies
              GET
            • Get Refund Detail
              POST
            • cancel refund
              POST
        • Taobao
          • TaoProduct
            • TaoBaoProductDetail
            • TaoBaoProductKeywordsQuery
            • TaoBaoProductImageQuery
          • TaoOrder
            • TaoBaoOrderRender
            • TaoBaoOrderCreate
            • TaoBaoOrderList
      • wms
        • Package forecasting
        • package inbound
        • package update
    • Product Documentation
      • Announcement
      • Summarize
      • Beginner's guide
        • Become a developer
        • Obtain the Access Key and Access key
        • Start development
      • API tutorial
        • Development manual
        • Error code
      • Message service access
        • Message access manual
      • Account test
        • 1688 Test account
      • Q&A
        • Merchandise store search screening
  1. AfterSale

cancel refund

Developing
POST
/alibaba/ka/refund/cancel

Request

Header Params

Body Params application/jsonRequired

Example
{"refundId":"TQ260923837649136042"}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.xportcn.com/api/alibaba/ka/refund/cancel' \
--header 'access-key: 8bfeefe8df8846bea5c0ed90759afe4c' \
--header 'nonce-str: nzxqnqd8u7' \
--header 'timestamp: 1775221032' \
--header 'user-id: 2100008388036' \
--header 'signature: 7D47A933403A8492C4B355DBB00A41EE' \
--header 'Content-Type: application/json' \
--data-raw '{"refundId":"TQ260923837649136042"}'

Responses

🟢200成功
application/json
Body

Example
{
    "requestId": "ef3eb87802e645708d5896b548410756",
    "code": 200,
    "developId": "1356764224096829747",
    "msg": "成功",
    "data": "售后订单取消成功"
}
Modified at 2026-04-20 06:37:53
Previous
Get Refund Detail
Next
TaoBaoProductDetail
Built with