{
"receiver": "{\"zip\":\"11111\",\"country\":\"中国\",\"address\":\"测试地址\",\"city\":\"杭州市\",\"phone\":\"\",\"mobile_phone\":\"15068763421\",\"district\":\"余杭区\",\"name\":\"a测试aa\",\"state\":\"浙江省\"}",
"productOrderLineList": [
{
"itemId": "716030701476",
"skuId": "5944449478315",
"quantity": 8,
"orderLineNo": "1"
},
{
"itemId": "827807431489",
"skuId": "5775597462016",
"quantity": 2,
"orderLineNo": "2"
}
]
}curl --location 'https://www.xportcn.com/api/open/order/v2/render' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"receiver": "{\"zip\":\"11111\",\"country\":\"中国\",\"address\":\"测试地址\",\"city\":\"杭州市\",\"phone\":\"\",\"mobile_phone\":\"15068763421\",\"district\":\"余杭区\",\"name\":\"a测试aa\",\"state\":\"浙江省\"}",
"productOrderLineList": [
{
"itemId": "716030701476",
"skuId": "5944449478315",
"quantity": 8,
"orderLineNo": "1"
},
{
"itemId": "827807431489",
"skuId": "5775597462016",
"quantity": 2,
"orderLineNo": "2"
}
]
}'{
"requestId": "01880a597a294f009beb5a5239588bd9",
"code": 200,
"developId": "1023561483696472887",
"msg": "成功",
"data": {
"unavailableSkuList": [],
"totalRealPayPrice": {
"amount": "230580",
"currency": "CNY"
},
"renderItemList": [
{
"nick": "贵色旗舰店",
"mainlandShippingFee": {
"amount": "0",
"currency": "CNY"
},
"orderFee": {
"amount": "37780",
"currency": "CNY"
},
"sellerId": "2953007481",
"itemPriceInfos": [
{
"quantity": "2",
"itemId": "2048591923820353",
"discountPrice": {
"amount": "41980",
"currency": "CNY"
},
"skuId": "11755413746497",
"originPrice": {
"amount": "37000",
"currency": "CNY"
}
}
]
},
{
"nick": "曦溪漫步20120708",
"mainlandShippingFee": {
"amount": "0",
"currency": "CNY"
},
"orderFee": {
"amount": "192800",
"currency": "CNY"
},
"sellerId": "1588532773",
"itemPriceInfos": [
{
"quantity": "8",
"itemId": "2048231101935524",
"discountPrice": {
"amount": "214400",
"currency": "CNY"
},
"skuId": "27370848480164",
"originPrice": {
"amount": "33900",
"currency": "CNY"
}
}
]
}
]
}
}