{
"uuid":"12121222222",
"param": [
{
"customerNo": "CUST001",
"channelId": 14,
"remark": "易碎物品,请勿重压",
"packageType": "BOX",
"sysMark": "SYSMARK001",
"platLogisticCode": "LOGISTIC001",
"sender": {
"name": "张三",
"country": "CN",
"province": "广东省",
"city": "深圳市",
"zipCode": "518000",
"tel": "0755-12345678",
"phone": "13800138000",
"email": "sender@example.com",
"company": "Sender Company Ltd",
"address1": "南山区科技园",
"address2": "1号楼101室"
},
"recipient": {
"name": "John Doe",
"country": "US",
"province": "California",
"city": "Los Angeles",
"zipCode": "90001",
"tel": "123-456-7890",
"phone": "123-456-7890",
"email": "recipient@example.com",
"company": "Recipient Inc",
"address1": "123 Main St",
"address2": "Apt 4B"
},
"volumes": [
{
"length": 30.5,
"width": 20.0,
"height": 15.8,
"weight": 2.5
}
],
"items": [
{
"cnName": "智能手机",
"enName": "Smartphone",
"customsCode": "85171210",
"num": 1,
"price": 599.99,
"priceCurrency": "USD",
"remark": "64GB 黑色"
}
]
}
]
}
curl --location --request POST '/commonApi/wsr/createOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid":"12121222222",
"param": [
{
"customerNo": "CUST001",
"channelId": 14,
"remark": "易碎物品,请勿重压",
"packageType": "BOX",
"sysMark": "SYSMARK001",
"platLogisticCode": "LOGISTIC001",
"sender": {
"name": "张三",
"country": "CN",
"province": "广东省",
"city": "深圳市",
"zipCode": "518000",
"tel": "0755-12345678",
"phone": "13800138000",
"email": "sender@example.com",
"company": "Sender Company Ltd",
"address1": "南山区科技园",
"address2": "1号楼101室"
},
"recipient": {
"name": "John Doe",
"country": "US",
"province": "California",
"city": "Los Angeles",
"zipCode": "90001",
"tel": "123-456-7890",
"phone": "123-456-7890",
"email": "recipient@example.com",
"company": "Recipient Inc",
"address1": "123 Main St",
"address2": "Apt 4B"
},
"volumes": [
{
"length": 30.5,
"width": 20.0,
"height": 15.8,
"weight": 2.5
}
],
"items": [
{
"cnName": "智能手机",
"enName": "Smartphone",
"customsCode": "85171210",
"num": 1,
"price": 599.99,
"priceCurrency": "USD",
"remark": "64GB 黑色"
}
]
}
]
}'
{
"actionMsg": null,
"code": 0,
"data": [
{
"code": 0,
"orderNo": "PO20250904000136",
"orderId": 3,
"isTwoGet": 0,
"trackNo": "000000068",
"labelUrl": "",
"customerNo": "CUST001",
"errorMsg": ""
}
],
"errorMsg": null,
"msg": "成功",
"msgCode": null,
"solution": null
}