易速国际物流信息管理系统包裹接口示例

https://apiurl/?devid=EspeedPost&appid=APPID&appkey=APPKEY&todo=create&format=json&orders={
"order":[{
"methodservice":"HKD-BGA",
"ordernumber":"111222333444",
"cptype":"ND",
"no":"111222333444",
"sn":"",
"sendtaxtype":"2",
"sendtaxnumber":"SHUIHAO1111111",
"name":"Emil Kondorossy",
"taxnumber":"SHUIHAO222222222",
"address1":"Address line 1",
"address2":"Address line 2",
"city":"New York",
"state":"New York",
"zip":"11104",
"tel":"+36 36205082191",
"email":"emil.fondorossys@gmail.com",
"destination":"US",
"money":"USD",
"note":"NOTE",
"shopid":"030804",
"ifreturn":"Y",
"item":[{
"itemlabel":"LABEL1",
"itemcount":"1",
"itemid":"11111111111111",
"itemtitle":"TITLETT111"
},{
"itemlabel":"LABEL2",
"itemcount":"2",
"itemid":"222222222222",
"itemtitle":"TITLETT2"
},{
"itemlabel":"LABEL3",
"itemcount":"3",
"itemid":"33333333333",
"itemtitle":"TITLETT3"
}],
"declaration":[{
"description":"ENG1",
"descriptioncn":"中文1",
"hscode":"1111111111111111",
"quantity":"1",
"weight1":"0.1",
"value1":"11"
},{
"description":"ENG2",
"descriptioncn":"中文2",
"hscode":"2222222",
"quantity":"2",
"weight1":"0.2",
"value1":"22"
},{
"description":"ENG3",
"descriptioncn":"中文3",
"hscode":"3333333",
"quantity":"3",
"weight1":"0.3",
"value1":"33"
},{
"description":"ENG4",
"descriptioncn":"中文4",
"hscode":"4444444444444",
"quantity":"4",
"weight1":"0.4",
"value1":"44"
}]
}]}