{
"TransactionID": "ZZSF201610040000000001",
"Token": "0008000f32f23r2r",
"OrderArray": [
{
"PlatformName": "平台名称",
"ShopName": "AMZ1122US",
"RecipientProvinceCode": "CA",
"RecipientCompany": "收货方公司",
"RecipientContact": "收货方联系人",
"RecipientTelNo": "626 267 9312",
"RecipientZipCode": "91780-1630",
"RecipientCountryCode": "US",
"RecipientCity": "temple city",
"RecipientAddress1": "6252 Hart Ave",
"RecipientAddress2": "111",
"FromWarehouseCode": "LAX",
"ExpressName": "FEDEX",
"ExpressType": "31",
"EbOrderId": "123",
"RefNo": "003402P892922998",
"Remark": "备注",
"RecipientCountryEnName": "United States",
"ProdustList": [
{
"ProductCode": "C00052-BRF450DB12",
"Quantity": "1",
"TemuPoNumber": "123123123123",
"TemuONumber": "22333321414"
}
]
}
]
}curl --location --request POST 'http://logistics.e-sunward.com:8080/scmAPI/rest/deliveryWS/createDeliveryOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"TransactionID": "ZZSF201610040000000001",
"Token": "0008000f32f23r2r",
"OrderArray": [
{
"PlatformName": "平台名称",
"ShopName": "AMZ1122US",
"RecipientProvinceCode": "CA",
"RecipientCompany": "收货方公司",
"RecipientContact": "收货方联系人",
"RecipientTelNo": "626 267 9312",
"RecipientZipCode": "91780-1630",
"RecipientCountryCode": "US",
"RecipientCity": "temple city",
"RecipientAddress1": "6252 Hart Ave",
"RecipientAddress2": "111",
"FromWarehouseCode": "LAX",
"ExpressName": "FEDEX",
"ExpressType": "31",
"EbOrderId": "123",
"RefNo": "003402P892922998",
"Remark": "备注",
"RecipientCountryEnName": "United States",
"ProdustList": [
{
"ProductCode": "C00052-BRF450DB12",
"Quantity": "1",
"TemuPoNumber": "123123123123",
"TemuONumber": "22333321414"
}
]
}
]
}'{
"TransactionID": "1231231321321321",
"RspCode": "0",
"RspDesc": "成功"
},
"OrderArray": [
{
"RefNo": "003402P89292998",
"OrderErrorCode": "0",
"OrderErrorDesc": "",
"SunwardOrderCode": "DVLAX1611030003"
}
]