curl --location 'https://open-api.soureco.com/alibaba/trade/createCrossOrder' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "",
"appSecret": "",
"thirdOrderId": "A0000001",
"flow": "general",
"message": "message",
"isvBizType": "cross",
"addressParam": {
"provinceText": "浙江省",
"cityText": "杭州市",
"areaText": "滨江区",
"townText": "长河镇",
"address": "网商路699号",
"postCode": "000000",
"fullName": "张三",
"mobile": "12345678901",
"phone": "12345678901"
},
"cargoParamList": [
{
"specId": "7b284edcb7275776d92416f1220d1000",
"quantity": 1,
"offerId": 698925528268
}
]
}'