{
"orderLineList": "[{\"itemId\":4096539745977820,\"quantity\":1,\"skuId\":28953622072796},{\"itemId\":4096539745977820,\"quantity\":1,\"skuId\":28953622073820}]",
"receiver": "{\"name\":\"test\",\"mobile_phone\":\"13567102193\",\"country\":\"中国\",\"state\":\"浙江省\",\"city\":\"余杭区\",\"address\":\"EFC35幢8单元\"}"
}curl --location 'https://www.xportcn.com/api/open/order/render' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"orderLineList": "[{\"itemId\":4096539745977820,\"quantity\":1,\"skuId\":28953622072796},{\"itemId\":4096539745977820,\"quantity\":1,\"skuId\":28953622073820}]",
"receiver": "{\"name\":\"test\",\"mobile_phone\":\"13567102193\",\"country\":\"中国\",\"state\":\"浙江省\",\"city\":\"余杭区\",\"address\":\"EFC35幢8单元\"}"
}'{
"requestId": "27c8b21390a7496c9ec5cca22caa77a4",
"code": 200,
"developId": "1023561483696472887",
"msg": "成功",
"data": {
"unavailableSkuList": [],
"totalRealPayPrice": {
"amount": "1503",
"currency": "CNY"
},
"renderItemList": [
{
"nick": "小样部落plus",
"mainlandShippingFee": {
"amount": "0",
"currency": "CNY"
},
"orderFee": {
"amount": "1503",
"currency": "CNY"
},
"sellerId": "2219400974807",
"itemPriceInfos": [
{
"quantity": "1",
"itemId": "4096539745977820",
"discountPrice": {
"amount": "402",
"currency": "CNY"
},
"skuId": "28953622072796",
"originPrice": {
"amount": "402",
"currency": "CNY"
}
},
{
"quantity": "1",
"itemId": "4096539745977820",
"discountPrice": {
"amount": "1101",
"currency": "CNY"
},
"skuId": "28953622073820",
"originPrice": {
"amount": "1101",
"currency": "CNY"
}
}
]
}
]
}
}