{
"ids": [
0
],
"orderAddress": {
"zip": "string",
"country": "string",
"state": "string",
"city": "string",
"district": "string",
"address": "string",
"mobile_phone": "string",
"phone": "string",
"name": "string"
},
"userId": "string"
}
curl --location --request POST 'https://api.pandapon.com/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": [
0
],
"orderAddress": {
"zip": "string",
"country": "string",
"state": "string",
"city": "string",
"district": "string",
"address": "string",
"mobile_phone": "string",
"phone": "string",
"name": "string"
},
"userId": "string"
}'
{
"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": ""
}
]
}
]
}
}