curl --location 'https://open-api.soureco.com/taobao/purchase/order/render' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "",
"appSecret": "",
"need_supplychain_service": false,
"receiver_address": {
"country": "中国",
"state": "浙江省",
"city": "杭州市",
"district": "滨江区",
"address": "网商路699号",
"zip": "000000",
"name": "张三",
"phone": "1234567890",
"mobile_phone": "1234567890"
},
"warehouse_address": {
"country": "中国",
"state": "浙江省",
"city": "杭州市",
"district": "滨江区",
"address": "网商路699号",
"zip": "000000",
"name": "张三",
"phone": "1234567890",
"mobile_phone": "1234567890"
},
"render_item_List": "[{\"itemId\":4096158991847928,\"quantity\":\"1\",\"skuId\":27167887472120}]"
}'{
"code": 200,
"message": "操作成功",
"data": {
"result": {
"data": {
"totalRealPayPrice": {
"amount": 1890,
"currency": "CNY"
},
"unavailableSkuList": [],
"renderItemList": [
{
"nick": "得力盈达专卖店",
"itemPriceInfos": [
{
"itemId": 4096158991847928,
"deliveryFee": 0,
"quantity": 1,
"estimatedDeliveryTime": "承诺今天发货,预计明天送达",
"dispatchPlace": "江苏南京",
"discountPrice": {
"amount": 2360,
"currency": "CNY"
},
"originPrice": {
"amount": 2360,
"currency": "CNY"
},
"currencyCode": "CNY",
"skuId": 27167887472120
}
],
"sellerId": 4174440595,
"mainlandShippingFee": {
"amount": 0,
"currency": "CNY"
},
"orderFee": {
"amount": 1890,
"currency": "CNY"
},
"chooseSupplyChainServices": []
}
]
},
"success": true
},
"code": "0",
"requestId": "2140f97b17853903751526421",
"TraceId": "21015e6817853903751517692ea3b8"
},
"timestamp": 1785390377543,
"traceId": "36f449043497",
"cost": 0
}