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