1. TaoOrder
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
        • 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
          • 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
        • TaoProduct
          • TaoBaoProductDetail
          • TaoBaoProductKeywordsQuery
          • TaoBaoProductImageQuery
        • TaoOrder
          • TaoBaoOrderRender
            POST
          • TaoBaoOrderCreate
            POST
          • TaoBaoOrderList
            POST
      • 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. TaoOrder

TaoBaoOrderRender

Deprecated
POST
/open/ka/order/render

Request

Header Params

Body Params application/jsonRequired

Example
{
  "productOrderLineList": [
    {
      "itemId": "908842788582",
      "quantity": 1,
      "skuId": "5770276409292",
      "orderLineNo": "1"
    }
  ],
  "receiver": "{\"name\":\"张三\",\"phone\":\"13800138000\",\"address\":\"浙江省杭州市西湖区xxx\",\"country\":\"中国\",\"state\":\"浙江省\",\"city\":\"杭州市\"}"
}

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/open/ka/order/render' \
--header 'access-key: 8bfeefe8df8846bea5c0ed90759afe4c' \
--header 'nonce-str: nzxqnqd8u7' \
--header 'timestamp: 1775221032' \
--header 'user-id: 2100008175167' \
--header 'signature: 7D47A933403A8492C4B355DBB00A41EE' \
--header 'Content-Type: application/json' \
--data-raw '{
  "productOrderLineList": [
    {
      "itemId": "908842788582",
      "quantity": 1,
      "skuId": "5770276409292",
      "orderLineNo": "1"
    }
  ],
  "receiver": "{\"name\":\"张三\",\"phone\":\"13800138000\",\"address\":\"浙江省杭州市西湖区xxx\",\"country\":\"中国\",\"state\":\"浙江省\",\"city\":\"杭州市\"}"
}'

Responses

🟢200成功
application/json
Body

Example
{
    "requestId": "ea5cc19212cc4dde87609000c28fb398",
    "code": 200,
    "developId": "1356764224096829747",
    "msg": "成功",
    "data": {
        "unavailableSkuList": [],
        "totalRealPayPrice": {
            "amount": "6900",
            "currency": "CNY"
        },
        "renderItemList": [
            {
                "nick": "fittergear旗舰店",
                "mainlandShippingFee": {
                    "amount": "0",
                    "currency": "CNY"
                },
                "orderFee": {
                    "amount": "6900",
                    "currency": "CNY"
                },
                "sellerId": "2207271120068",
                "itemPriceInfos": [
                    {
                        "quantity": "1",
                        "itemId": "908842788582",
                        "discountPrice": {
                            "amount": "6900",
                            "currency": "CNY"
                        },
                        "skuId": "5770276409292",
                        "originPrice": {
                            "amount": "6900",
                            "currency": "CNY"
                        }
                    }
                ]
            }
        ]
    }
}
Modified at 2026-04-17 05:36:39
Previous
TaoBaoProductImageQuery
Next
TaoBaoOrderCreate
Built with