English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon API
中文
  1. Taobao / Tmall Order Manage
  • Taobao / Tmall Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search V1.0
      GET
    • keyword search
      GET
    • shop search
      GET
    • Product details search
      GET
    • Product Logistics Price Get
      GET
    • Hot list type search
      GET
    • List product search
      GET
    • Product Logistics Price Post
      POST
    • Image search V2.0
      GET
  • Taobao / Tmall Order Manage
    • Product Bunker interface(撞库)
      GET
    • Preview order
      POST
    • Create order
      POST
    • Cancel order
      POST
    • View order details
      POST
  • Taobao / Tmall Order Pay
    • Pay order
      POST
  • Taobao / Tmall Message
    • Message Type
  1. Taobao / Tmall Order Manage

Preview order

POST
/taobao/purchase/order/render
Product preview interface, through which you can obtain accurate prices and shipping costs in China. Before calling the product preview interface, please call the credential stuffing interface (use mpId for itemId and mpSkuid for skuId).

Request

Body Params application/json

Example
{
    "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}]"
}

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://openapi.dajisaas.com/taobao/purchase/order/render' \
--header 'Content-Type: application/json' \
--data-raw '{
    "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}]"
}'

Responses

🟢200成功
application/json
Body

Example
{
    "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": "21412b5817231079530794815",
        "TraceId": "21410ddd17231079530752255e5d3b"
    },
    "timestamp": 1723107954115,
    "traceId": "c804971a0a0b"
}
Modified at 2024-08-08 16:21:54
Previous
Product Bunker interface(撞库)
Next
Create order
Built with