1. After-sale
Xportcn OpenAPI EN
  • English version
    • API Reference
      • Taobao
        • Product
          • Taobao Hot product recommendation
          • Taobao Spus list query interface
          • Taobao Spus Details Query Interface
          • Taobao Product Detail V2
          • Taobao product search API
          • Taobao product image search API
          • Batch query products according to Taobao product id
          • Query product by Taobao product ID
          • Taobao product inquiry
        • Order
          • purchase order page list
          • purchase order cancel
          • purchase order pay
          • purchase order render
          • purchase order create V2
          • purchase order render v2
          • purchase order create
          • Query the order list by page
          • Upload payment voucher
          • Cancel an order
          • Modify order advance information
          • Pay an order
          • Get IM link
          • Get order details based on the order ID
          • Get logistics details
        • After-sale
          • After-sale single-column table query
            POST
          • After-sale order rendering interface
            POST
          • Return logistics rendering
            GET
          • Return logistics submission
            POST
          • After-sale order cancellation
            GET
          • Submit After-sale order message
            POST
          • After-sale order submission
            POST
          • After-sale order message list query
            POST
          • After-sale order modification
            POST
          • After-sale simple query
            GET
        • Message callback
          • Order price correction
          • Order status modification callback
          • Order after-sales refund
        • Shopping cart
          • Shopping cart list
          • Add to shopping cart
          • Delete shopping cart item
          • Edit product quantity
          • Generate order preview
          • Create order
      • 1688
        • Product
          • category get
          • Product details query
          • Convert decryption to Wang Wang URL
          • Product keyword query
          • Product image search
          • Shop search
        • Order
          • Preview the data before creating the order
          • Preview data before order creation (batch for different merchants)
          • Create an order
          • Create an order (different merchants)
          • Cancel the order before payment
          • Order payment
          • Buyer confirms receipt of goods
          • Developers submit bulk payment 1688 orders
          • Get logistics tracking information for orders
          • Order list paging query
        • After-sale
          • Find the reason for a refund return (to create a refund return)
          • Upload refund receipt
          • Create a refund return request
          • Buyer submits refund information
          • List of logistics companies - All logistics companies
          • Query the details of the after-sales order
        • Message callback
          • Order price correction
          • Order status modification interface
          • 1688 order after sale refund
        • Shopping cart
          • Shopping cart list
          • Add shopping cart
          • Delete shopping cart items
          • Edit quantity of goods
          • Preview the data interface before creating the order
          • Create an order
      • 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
      • InternationalAlibaba
        • Product
          • productDetailGet
          • productList
        • Order
          • GetOrderList
          • CreateOrder
      • bigMajor
        • 1688BigMajorProduct
          • 1688BigMajorProductDetail
        • AlibabaMajorClientOrderController
          • Order list
          • Order Preview (The preview interface needs to be called before creating an order)
          • Create an order
          • Get order details
        • WarehouseCallbackController
          • 包裹入库回调
      • Poizon
        • Product
          • keyword serch
          • product detail
        • Order
          • PayOrder
          • OrderList
          • CreateOrder
          • OrderPreview
    • 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. After-sale

After-sale order rendering interface

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

请求参数

Header 参数

Body 参数application/json

示例
{
    "subOrderId": "1034499579120189839",
    "goodsStatus": 1,
    "refundType": 1
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://www.xportcn.com/api/open/order/refund/render' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
    "subOrderId": "1034499579120189839",
    "goodsStatus": 1,
    "refundType": 1
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "data": {
        "currency": "string",
        "distributorId": "string",
        "refundOrderTemplate": {
            "goodsStatusList": [
                "string"
            ],
            "maxRefundFee": {
                "canEditRefundFee": true,
                "feeTips": "string",
                "maxRefundFee": 0,
                "minRefundFee": 0,
                "refundFee": 0
            },
            "refundOrder": {
                "canEditFee": true,
                "feeTips": "string",
                "goodsStatus": 0,
                "payOrderId": "string",
                "reasonDesc": "string",
                "reasonId": 0,
                "refundDesc": "string",
                "refundFee": 0,
                "refundId": "string",
                "refundStatus": "string",
                "refundType": 0,
                "remainingTime": "string",
                "sellerRefuseReason": "string",
                "sellerRefuseReasonDescribe": "string",
                "timeoutDate": "string",
                "timeoutType": "string"
            },
            "refundReasons": [
                {
                    "reasonDesc": "string",
                    "reasonId": 0,
                    "tips": "string"
                }
            ],
            "refundTypeList": [
                "string"
            ]
        }
    },
    "developId": "string",
    "msg": "string",
    "requestId": "string"
}
修改于 2024-08-15 09:15:56
上一页
After-sale single-column table query
下一页
Return logistics rendering
Built with