{
"appKey": "",
"appSecret": "",
"thirdOrderId": "T20240708002",
"flow": "general",
"message": "备注信息测试",
"isvBizType": "cross",
"addressParam": {
"provinceText": "浙江省",
"cityText": "杭州市",
"areaText": "滨江区",
"townText": "长河镇",
"address": "网商路699号",
"postCode": "000000",
"fullName": "张三",
"mobile": "18888888888",
"phone": "18888888888",
"districtCode": "310107"
},
"cargoParamList": [
{
"offerId": 623686863670,
"specId": "53a1eff0fa008b2b9f32a120b0a050f2",
"quantity": 5
}
]
}curl --location --request POST 'https://openapi.dajisaas.com/alibaba/trade/createCrossOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "",
"appSecret": "",
"thirdOrderId": "T20240708002",
"flow": "general",
"message": "备注信息测试",
"isvBizType": "cross",
"addressParam": {
"provinceText": "浙江省",
"cityText": "杭州市",
"areaText": "滨江区",
"townText": "长河镇",
"address": "网商路699号",
"postCode": "000000",
"fullName": "张三",
"mobile": "18888888888",
"phone": "18888888888",
"districtCode": "310107"
},
"cargoParamList": [
{
"offerId": 623686863670,
"specId": "53a1eff0fa008b2b9f32a120b0a050f2",
"quantity": 5
}
]
}'{
"code": 200,
"message": "操作成功",
"data": {
"totalSuccessAmount": 1196,
"orderId": "2257164624870311973",
"success": true,
"code": null,
"message": null,
"accountPeriod": null,
"failedOfferList": null,
"postFee": 300,
"orderList": []
},
"timestamp": 1723619438689,
"traceId": "307c881d5e6e"
}