{
"ids": [
75,76
],
"orderAddress": {
"zip": "11111",
"country": "中国",
"address": "测试地址",
"phone": "",
"mobile_phone": "",
"city": "杭州市",
"district": "余杭区",
"name": "a测试aa",
"state": "浙江省"
},
"userId": "2100007340000"
}
curl --location --request POST '/open/cart/confirm/order' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
75,76
],
"orderAddress": {
"zip": "11111",
"country": "中国",
"address": "测试地址",
"phone": "",
"mobile_phone": "",
"city": "杭州市",
"district": "余杭区",
"name": "a测试aa",
"state": "浙江省"
},
"userId": "2100007340000"
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"totalRealPayPrice": {
"amount": "",
"currency": ""
},
"confirmOrders": [
{
"shopId": 0,
"shopName": "",
"userNick": "",
"mainlandShippingFee": {
"amount": "",
"currency": ""
},
"orderFee": {
"amount": "",
"currency": ""
},
"cartItemInfos": [
{
"id": 0,
"itemId": 0,
"skuId": "",
"itemTitle": "",
"itemPic": "",
"mpId": "",
"mpSkuId": "",
"price": 0,
"promotionPrice": 0,
"properties": "",
"quantity": 0,
"skuQuantity": 0,
"userNick": ""
}
]
}
]
}
}