1. Taobao / Tmall Order Manage
Daji Open Platform API
  • Introduction
    • Integration Guide
      • Platform Overview
      • Become a developer
      • Access Key and Access Secret
      • API Signature Rules (Sign)
      • 1688 API Description
      • Taobao API Description
      • Frequently Asked Question
  • API Specification
    • 1688 API
      • 1688 Signature & Enumeration
      • 1688-API
        • 1688 Signature & Enum
        • Upload image to get imageId
        • Image Search
        • Keyword Search
        • Product Detail Search
        • Shop Search
        • Product Shipping Query
        • Category Query
        • Product Detail Search - supports short links
        • Query Ranking List
        • Query Daily Product Sales Trend
        • Preview Order
        • Create Order
        • Cancel Order
        • Confirm Receipt
        • Query Order Detail
        • Query Order List
        • Batch Get Order Payment Links
        • Initiate Password-free Payment
        • Multilingual Search Navigation
        • 1688 Trade Message
        • 1688 Message - Signature Verification
      • 1688 API Debugging
        • 1688 Business Opportunity
          • Query Ranking List
          • Query Daily Product Sales Trend
        • 1688 Product Search
          • Upload image to get imageId
          • Image Search
          • Keyword Search
          • Shop Search
          • Product Shipping Query
          • Category Query
          • Product Detail Search - supports short links
          • Product Detail Search
        • 1688 Order Manage
          • Create Order
          • Preview Order
          • Cancel Order
          • Confirm Receipt
          • Query Order List
          • Query Order Detail
        • 1688 Order Pay
          • Initiate Password-free Payment
          • Get payment links for orders in batches
        • Other API
          • Multilingual Search Navigation
      • 1688 Message Service
        • 1688 Message Service
        • 1688 Messages – Signature Verification
    • Taobao / Tmall API
      • Taobao-Tmall-API
        • Taobao/Tmall Signature & Enum
        • Upload Image
        • Image Search V1.0
        • Image Search V2.0
        • Keyword Search
        • Shop Search
        • Product Detail Search
        • Ranking Type Search
        • Ranking Product Search
        • Product Shipping Query
        • Product Detail Search - supports short links
        • Batch Product Shipping Query
        • Product Detail Search V2
        • Product Shipping Query V2
        • Batch Product Shipping Query V2
        • Matching API
        • Preview Product
        • Create Order
        • Cancel Order
        • Query Order
        • Pay Order
        • Order Message
        • Order Message - Signature Verification
      • Taobao/Tmall API Debugging
        • Taobao / Tmall Order Manage
          • Product ID Mapping
            GET
          • Product Preview
            POST
          • Create Order
            POST
          • Cancel Order
            POST
          • Query Order
            POST
        • Taobao / Tmall Order Pay
          • Batch Order Pay
        • Taobao / Tmall Product Search
          • Image upload By Get
          • Image Search V1.0
          • Image Search V2.0
          • Keyword Product Search
          • Shop Search
          • Product Detail Search V2
          • Ranking Type Search
          • Ranking Product Search
          • Product Shipping Query V2
          • Product Detail Search - supports short links
          • Batch Product Shipping Query V2
    • Poizon API
      • Poizon Product Search
        • Keyword Search
        • Product Detail
      • Poizon Order Manage
        • Create order & Payment API
        • Query Order Info
      • Poizon Balance Query API
        • Balance Query API
中文
Login In/Register
  1. Taobao / Tmall Order Manage

Product Preview

POST
/taobao/purchase/order/render
This interface allows you to obtain accurate prices and domestic shipping fees. Before calling the Product Preview API, please call the Batch Check API first (use mpId for itemId and mpSkuid for skuId).

请求参数

Body 参数application/json

示例
{
    "appKey": "",
    "appSecret": "",
    "need_supplychain_service": false,
    "receiver_address": {
        "country": "中国",
        "state": "上海市",
        "city": "上海市",
        "district": "张江区",
        "address": "中华大街888号",
        "zip": "000000",
        "name": "张三",
        "phone": "18888888888",
        "mobile_phone": "18888888888"
    },
    "warehouse_address": {
        "country": "中国",
        "state": "上海市",
        "city": "上海市",
        "district": "张江区",
        "address": "中华大街888号",
        "zip": "000000",
        "name": "张三",
        "phone": "18888888888",
        "mobile_phone": "18888888888"
    },
    "render_item_List": "[{\"itemId\":2048153758314474,\"quantity\":\"1\",\"skuId\":3357413213162}]"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://openapi.dajisaas.com/taobao/purchase/order/render' \
--header 'Content-Type: application/json' \
--data '{
    "appKey": "",
    "appSecret": "",
    "need_supplychain_service": false,
    "receiver_address": {
        "country": "中国",
        "state": "上海市",
        "city": "上海市",
        "district": "张江区",
        "address": "中华大街888号",
        "zip": "000000",
        "name": "张三",
        "phone": "18888888888",
        "mobile_phone": "18888888888"
    },
    "warehouse_address": {
        "country": "中国",
        "state": "上海市",
        "city": "上海市",
        "district": "张江区",
        "address": "中华大街888号",
        "zip": "000000",
        "name": "张三",
        "phone": "18888888888",
        "mobile_phone": "18888888888"
    },
    "render_item_List": "[{\"itemId\":2048153758314474,\"quantity\":\"1\",\"skuId\":3357413213162}]"
}'

返回响应

🟢200Success
application/json
Bodyapplication/json

示例
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "result": {
            "data": {
                "totalRealPayPrice": {
                    "amount": 1260,
                    "currency": "CNY"
                },
                "unavailableSkuList": [],
                "renderItemList": [
                    {
                        "nick": "zhulinws286",
                        "itemPriceInfos": [
                            {
                                "itemId": 2048153758314474,
                                "quantity": 1,
                                "discountPrice": {
                                    "amount": 2180,
                                    "currency": "CNY"
                                },
                                "originPrice": {
                                    "amount": 2180,
                                    "currency": "CNY"
                                },
                                "skuId": 3357413213162
                            }
                        ],
                        "sellerId": 172619986,
                        "mainlandShippingFee": {
                            "amount": 0,
                            "currency": "CNY"
                        },
                        "orderFee": {
                            "amount": 1480,
                            "currency": "CNY"
                        },
                        "chooseSupplyChainServices": []
                    }
                ]
            },
            "success": true
        },
        "code": "0",
        "requestId": "2140d27417231084644394341",
        "TraceId": "2140cb3417231084644362884e5c80"
    },
    "timestamp": 1723108465539,
    "traceId": "c3602774b923"
}
修改于 2026-08-18 10:11:56
上一页
Product ID Mapping
下一页
Create Order
Built with