{
"makeServiceCode": "UPS",
"customNo": "test_001",
"weightUnit": "cm/kg",
"freightPayment": 1,
"taxPayment": 2,
"currencyCode": "USD",
"batteryOptions": 0,
"insuranceCharges": 0,
"freightCharges": 0,
"signatureService": 2,
"purchaseNo": "123456",
"invoiceNo": "123456",
"invoiceDateStr": "YYYY-MM-DD",
"emailNotification": 0,
"invoiceConsignorNumber": "string",
"reasonForExport": "SALE",
"termsOfShipment": "DDU",
"exportDescription": "string",
"permitNo": "123456",
"referenceNo1": "number1",
"referenceNo2": "number2",
"pkgList": [
{
"pkgNo": "C00001-1",
"length": 12,
"breadth": 12,
"height": 12,
"netWeight": 12
}
],
"packageProduct": [
{
"productEnName": "test",
"productCnName": "测试",
"commodityCode": "10001000",
"unitPrice": 1.22,
"unitNumber": 1,
"unit": "EA",
"proWeight": 1,
"originCountryCode": "CN"
}
],
"logisticsFeePayerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"taxFeePayerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"recipientAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"importerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
}
}
curl --location --request POST 'http://api.intergo.cn/open-api/open/makeOrder/v1/asyncShipment' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"makeServiceCode": "UPS",
"customNo": "test_001",
"weightUnit": "cm/kg",
"freightPayment": 1,
"taxPayment": 2,
"currencyCode": "USD",
"batteryOptions": 0,
"insuranceCharges": 0,
"freightCharges": 0,
"signatureService": 2,
"purchaseNo": "123456",
"invoiceNo": "123456",
"invoiceDateStr": "YYYY-MM-DD",
"emailNotification": 0,
"invoiceConsignorNumber": "string",
"reasonForExport": "SALE",
"termsOfShipment": "DDU",
"exportDescription": "string",
"permitNo": "123456",
"referenceNo1": "number1",
"referenceNo2": "number2",
"pkgList": [
{
"pkgNo": "C00001-1",
"length": 12,
"breadth": 12,
"height": 12,
"netWeight": 12
}
],
"packageProduct": [
{
"productEnName": "test",
"productCnName": "测试",
"commodityCode": "10001000",
"unitPrice": 1.22,
"unitNumber": 1,
"unit": "EA",
"proWeight": 1,
"originCountryCode": "CN"
}
],
"logisticsFeePayerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"taxFeePayerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"recipientAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
},
"importerAddress": {
"contact": "TOM",
"companyName": "DEMO company",
"phone": "000000000",
"countryCode": "US",
"province": "IN",
"city": "shenzhen",
"postCode": "123456",
"address1": "string",
"address2": "string",
"address3": "string",
"doorplate": "string",
"account": "string",
"vatNo": "string",
"iossNo": "string",
"residential": true,
"addressCode": "MDT5",
"email": "****@163.com"
}
}'
{
"code": 0,
"data": {
"customNo": "string",
"orderNo": "string",
"trackNumber": "string",
"shipmentEnterprise": "string",
"lableUrl": "string",
"invoiceUrl": "string",
"copyUrl": "string",
"packages": [
{
"boxNo": "string",
"pkgNo": "string",
"trackingNumber": "string",
"expressSheetImgUrl": "string",
"returnNumber": "string",
"returnUrl": "string",
"returnBase64": "string"
}
]
},
"msg": "string"
}