{
"flow": "string",
"message": "string",
"shopPromotionId": "string",
"tradeType": "string",
"addressParam": {
"fullName": "string",
"mobile": "string",
"phone": "string",
"postCode": "string",
"cityText": "string",
"provinceText": "string",
"areaText": "string",
"townText": "string",
"address": "string",
"districtCode": "string"
},
"cargoParamList": [
{
"sellerOpenId": "string",
"offerId": 0,
"specId": "string",
"quantity": 0,
"productNo": "string",
"container": "string"
}
],
"userId": "string",
"staffName": "string",
"outOrderId": "string",
"developerId": 0,
"platformOrder": 0,
"dropshipping": "string"
}curl --location --request POST 'https://www.xportcn.com/api/alibaba/ka/order/create' \
--header 'access-key: 8bfeefe8df8846bea5c0ed90759afe4c' \
--header 'nonce-str: nzxqnqd8u7' \
--header 'timestamp: 1775221032' \
--header 'user-id: 2218427022945' \
--header 'signature: 7D47A933403A8492C4B355DBB00A41EE' \
--header 'Content-Type: application/json' \
--data-raw '{
"flow": "string",
"message": "string",
"shopPromotionId": "string",
"tradeType": "string",
"addressParam": {
"fullName": "string",
"mobile": "string",
"phone": "string",
"postCode": "string",
"cityText": "string",
"provinceText": "string",
"areaText": "string",
"townText": "string",
"address": "string",
"districtCode": "string"
},
"cargoParamList": [
{
"sellerOpenId": "string",
"offerId": 0,
"specId": "string",
"quantity": 0,
"productNo": "string",
"container": "string"
}
],
"userId": "string",
"staffName": "string",
"outOrderId": "string",
"developerId": 0,
"platformOrder": 0,
"dropshipping": "string"
}'{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"orderIds": [
""
]
}
}