{
"Verify": {
"Clientid": "XC",
"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
},
"OrderType": "3",//3:仓储出库订单固定传值 3
"OrderDatas": [{
"CustomerNumber": "PO100000000DKGB",
"TrackNumber": "",
"ChannelCode": "SZEYB",
"CountryCode": "DE",
"HouseCode": "xh",
"PackageType": "G",
"GoodsType": "WPX",
"TotalWeight": "0.54",
"TotalValue": "0",
"Number": "1",
"Collamt": "0",
"Note": "手机壳",
"Recipient": {
"Name": "Jasmin Mieth",
"Company": "Jasmin Mieth",
"Addres1": "Unterdorfstr. 6",
"Addres2": "Unterdorfstr. 7",
"Tel": "01521756877",
"Mobile": "879821445",
"Province": "Deutschland",
"City": "Markelfingen",
"Post": "78315",
"Email": "Test@163.com",
"Fax": "01521756877"
},
"Sender": {
"Name": "David",
"Company": "邮政寄件中心",
"Addres": "111111",
"Addres2": "222222",
"Addres3": "333333",
"Mobile": "15888887777",
"Tel": "0755-8899895",
"Post": "78315",
"Province": "Deutschland",
"City": "Markelfingen",
"Country":"CN",
"Email": "Test@163.com",
"Fax": "0755-98974547"
},
"OrderItems": [{
"Sku": "sku_pen",
"Cnname": "钢笔",
"Enname": "pen",
"Price": "15.65",
"SingleWeight": "1.52",
"Num": "1",
"Money": "USD",
"Unit": "PCS",
"ProductLink": "http://www.xxx.com/product/image-xx",
"PackageNo": "1",
"Texture": "Texture",
"TransactionUrl": "http://www.xxx.com/product/xx";
"Application": "Application",
"CustomsCode": "Prodno",
"PeihuoInfo": "时尚夜光背包 XL"
}],
"Volumes": [{
"Weight": "0.54",
"Number": "1",
"Length": "20",
"Width": "50",
"Height": "50"
},
{
"Weight": "0.55",
"Number": "1",
"Length": "25",
"Width": "55",
"Height": "55"
}
]
}]
curl --location --request POST 'http://yqbug.kingtrans.net/PostInterfaceService?method=createOrder' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"Verify": {
"Clientid": "XC",
"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
},
"OrderType": "3",//3:仓储出库订单固定传值 3
"OrderDatas": [{
"CustomerNumber": "PO100000000DKGB",
"TrackNumber": "",
"ChannelCode": "SZEYB",
"CountryCode": "DE",
"HouseCode": "xh",
"PackageType": "G",
"GoodsType": "WPX",
"TotalWeight": "0.54",
"TotalValue": "0",
"Number": "1",
"Collamt": "0",
"Note": "手机壳",
"Recipient": {
"Name": "Jasmin Mieth",
"Company": "Jasmin Mieth",
"Addres1": "Unterdorfstr. 6",
"Addres2": "Unterdorfstr. 7",
"Tel": "01521756877",
"Mobile": "879821445",
"Province": "Deutschland",
"City": "Markelfingen",
"Post": "78315",
"Email": "Test@163.com",
"Fax": "01521756877"
},
"Sender": {
"Name": "David",
"Company": "邮政寄件中心",
"Addres": "111111",
"Addres2": "222222",
"Addres3": "333333",
"Mobile": "15888887777",
"Tel": "0755-8899895",
"Post": "78315",
"Province": "Deutschland",
"City": "Markelfingen",
"Country":"CN",
"Email": "Test@163.com",
"Fax": "0755-98974547"
},
"OrderItems": [{
"Sku": "sku_pen",
"Cnname": "钢笔",
"Enname": "pen",
"Price": "15.65",
"SingleWeight": "1.52",
"Num": "1",
"Money": "USD",
"Unit": "PCS",
"ProductLink": "http://www.xxx.com/product/image-xx",
"PackageNo": "1",
"Texture": "Texture",
"TransactionUrl": "http://www.xxx.com/product/xx";
"Application": "Application",
"CustomsCode": "Prodno",
"PeihuoInfo": "时尚夜光背包 XL"
}],
"Volumes": [{
"Weight": "0.54",
"Number": "1",
"Length": "20",
"Width": "50",
"Height": "50"
},
{
"Weight": "0.55",
"Number": "1",
"Length": "25",
"Width": "55",
"Height": "55"
}
]
}]'
{
"statusCode": "string",
"returnDatas": [
{
"statusCode": "string",
"corpBillid": "string",
"customerNumber": "string",
"trackNumber": "string",
"message": "string",
"labelbillid": "string"
}
]
}