{
"orderData": {
"channel": "U2",
"customerNo": "15880004",
"trackNo": "",
"labelMemo":"测试备注",
"sender": {
"name": "寄件人",
"country": "US",
"province": "NV",
"city": "HENDERSON",
"zipcode": "89044-8746",
"tel": "18132831856",
"phone": "18138158243",
"company": "velit cupidatat non laboris tempor",
"address1": "commodo adipisicing",
"address2": "sed dolor sit fugiat"
},
"recipient": {
"name": "收件人",
"country": "US",
"province": "NV",
"city": "HENDERSON",
"zipcode": "89044-8746",
"company": "adipisicing amet incididunt",
"tel": "18171313776",
"phone": "18148739909",
"address1": "dolore consectetur",
"address2": "ut cillum tempor"
},
"volumeList": [
{
"boxLength": 11,
"boxWidth": 63,
"boxHeight": 57,
"boxWeight": 58,
"customerNo": "1"
}
],
"toStatus": 1,
"itemList": [
{
"cnName": "产品中文",
"enName": "产品英文",
"customsCode": "74",
"num": 19,
"price": 76,
"priceCurrency": "USD"
}
]
}
}
curl --location --request POST '对接系统的域名/api/createOrder' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderData": {
"channel": "U2",
"customerNo": "15880004",
"trackNo": "",
"labelMemo":"测试备注",
"sender": {
"name": "寄件人",
"country": "US",
"province": "NV",
"city": "HENDERSON",
"zipcode": "89044-8746",
"tel": "18132831856",
"phone": "18138158243",
"company": "velit cupidatat non laboris tempor",
"address1": "commodo adipisicing",
"address2": "sed dolor sit fugiat"
},
"recipient": {
"name": "收件人",
"country": "US",
"province": "NV",
"city": "HENDERSON",
"zipcode": "89044-8746",
"company": "adipisicing amet incididunt",
"tel": "18171313776",
"phone": "18148739909",
"address1": "dolore consectetur",
"address2": "ut cillum tempor"
},
"volumeList": [
{
"boxLength": 11,
"boxWidth": 63,
"boxHeight": 57,
"boxWeight": 58,
"customerNo": "1"
}
],
"toStatus": 1,
"itemList": [
{
"cnName": "产品中文",
"enName": "产品英文",
"customsCode": "74",
"num": 19,
"price": 76,
"priceCurrency": "USD"
}
]
}
}'
{
"code": 0,
"message": "string",
"data": {
"orderNo": "string",
"customerNo": "string",
"trackNo": "string",
"costList": {
"costName": "string",
"cost": 0,
"currency": "string"
},
"trackStatus": 0,
"downLabelUrl": "string",
"base64Label": "string",
"invoiceLabel": "string",
"copyLabel": "string",
"childLabelList": [
{
"boxNo": "string",
"trackNo": "string",
"labelUrl": "string"
}
]
}
}