{
"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/create/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": {
"id": 0,
"orderNo": "",
"subOrderVOS": [
{
"subOrderId": 0,
"orderNo": "",
"quantity": 0,
"title": "",
"purchaseCurrency": "",
"purchaseAmount": 0,
"itemId": "",
"domesticPostFee": 0,
"closeReason": "",
"skuId": "",
"status": "",
"taobaoPurchaseId": "",
"taobaoSubPurchaseId": "",
"errorCode": "",
"errorMessage": ""
}
],
"createTime": ""
}
}