{
"orderInfoVO": {
"customerOrderNo": "uspsor012008",
"productCode": "USPS-GA",
"shippingWarehouseZipCode": "90007"
},
"orderPackageList": [
{
"lengthUnit": "CM",
"orderGoodsList": [
{
"allocationInfo": "usps",
"currency": "USD",
"declarePrice": 10,
"goodsEnName": "GIFT GIFT",
"goodsHeight": 3,
"goodsLength": 4,
"goodsName": "GIFT GIFT",
"goodsWeight": 0.02,
"goodsWidth": 2,
"num": 1,
"unitPrice": 10
}
],
"packageHeight": 2,
"packageLength": 2,
"packageWeight": 0.015,
"packageWidth": 2,
"weightUnit": "KG",
"packageProperty": ""
}
],
"orderReceiveVO": {
"address": "26 SCENIC DRIVE APT H",
"city": "CINDY MOURECHUVINIK",
"countryCode": "US",
"name": "JASMINE GARCIA",
"phone": "1234567806",
"state": "NY",
"zipCode": "10520"
},
"orderReturnReqVO": {
"address": "147-06 176 th Street",
"city": "Jamaica",
"name": "TERSA JAUKEN",
"state": "NY",
"zipCode": "11434"
},
"orderSenderVO": {
"address": "5215 S BOYLE AVE",
"addressFlag": "N",
"city": "VERNON",
"countryCode": "US",
"name": "MARK DAWNSTHON",
"phone": "1234567806",
"state": "CA",
"zipCode": "90058"
}
}curl --location --request POST 'https://im.imgloballlc.cn/prod-api/openapi/ots_order/price/trial' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderInfoVO": {
"customerOrderNo": "uspsor012008",
"productCode": "USPS-GA",
"shippingWarehouseZipCode": "90007"
},
"orderPackageList": [
{
"lengthUnit": "CM",
"orderGoodsList": [
{
"allocationInfo": "usps",
"currency": "USD",
"declarePrice": 10,
"goodsEnName": "GIFT GIFT",
"goodsHeight": 3,
"goodsLength": 4,
"goodsName": "GIFT GIFT",
"goodsWeight": 0.02,
"goodsWidth": 2,
"num": 1,
"unitPrice": 10
}
],
"packageHeight": 2,
"packageLength": 2,
"packageWeight": 0.015,
"packageWidth": 2,
"weightUnit": "KG",
"packageProperty": ""
}
],
"orderReceiveVO": {
"address": "26 SCENIC DRIVE APT H",
"city": "CINDY MOURECHUVINIK",
"countryCode": "US",
"name": "JASMINE GARCIA",
"phone": "1234567806",
"state": "NY",
"zipCode": "10520"
},
"orderReturnReqVO": {
"address": "147-06 176 th Street",
"city": "Jamaica",
"name": "TERSA JAUKEN",
"state": "NY",
"zipCode": "11434"
},
"orderSenderVO": {
"address": "5215 S BOYLE AVE",
"addressFlag": "N",
"city": "VERNON",
"countryCode": "US",
"name": "MARK DAWNSTHON",
"phone": "1234567806",
"state": "CA",
"zipCode": "90058"
}
}'{
"code": 200,
"msg": null,
"data": [
{
"customerOrderNo": "uspsor012008",
"billableQuantity": 0.015,
"zoneCode": "8",
"amount": 4.07,
"orderFeeDetails": [
{
"expenseType": "DHL-燃油费",
"fee": 0.25
},
{
"expenseType": "运费",
"fee": 3.82
}
],
"currencyCode": "USD"
}
]
}