{
"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"
},
"cargoParamList": [
{
"offerId": 0,
"specId": "string",
"quantity": 0
}
]
}
curl --location --request POST 'https://api.pandapon.com/alibaba/order/create' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--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"
},
"cargoParamList": [
{
"offerId": 0,
"specId": "string",
"quantity": 0
}
]
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {}
}