{
"orderLineList":"[{\"itemId\":600120680003951077,\"quantity\":\"1\",\"skuId\":4951323355633}]",
"receiver":"{\"zip\":\"311121\",\"country\":\"中国\",\"address\":\"智溢路西部科技园\",\"city\":\"杭州市\",\"phone\":\"15068763421\",\"mobile_phone\":\"15068763421\",\"district\":\"余杭区\",\"name\":\"simon\",\"state\":\"浙江省\"}"
}
curl --location --request POST 'https://api.pandapon.com/open/order/render' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderLineList":"[{\"itemId\":600120680003951077,\"quantity\":\"1\",\"skuId\":4951323355633}]",
"receiver":"{\"zip\":\"311121\",\"country\":\"中国\",\"address\":\"智溢路西部科技园\",\"city\":\"杭州市\",\"phone\":\"15068763421\",\"mobile_phone\":\"15068763421\",\"district\":\"余杭区\",\"name\":\"simon\",\"state\":\"浙江省\"}"
}'
{
"requestId": null,
"code": 200,
"developId": null,
"msg": "成功",
"data": {
"unavailableSkuList": [
{
"reason": "查询到商品为空,商品不可用",
"error_msg": "ITEM_CANNOT_BUY",
"item_id": "600120680003951110",
"sku_id": "5027132326292",
"error_code": "F-10001-01-16-001"
}
],
"totalRealPayPrice": {
"amount": "100",
"currency": "CNY"
},
"renderItemList": [
{
"nick": "测试账号tbc003",
"mainlandShippingFee": {
"amount": "0",
"currency": "CNY"
},
"orderFee": {
"amount": "100",
"currency": "CNY"
},
"sellerId": "2206891060210",
"itemPriceInfos": [
{
"quantity": "1",
"itemId": "600120680003951077",
"discountPrice": {
"amount": "100",
"currency": "CNY"
},
"skuId": "4951323355633",
"originPrice": {
"amount": "100",
"currency": "CNY"
}
}
]
}
]
}
}