获取集成商定制的箱唛文件
| HTTP Verb | URL |
|---|---|
| POST | /api/supplier-service/v1/b2b/inquiry |
Example:
POST /api/supplier-service/v1/b2b/inquiry HTTP/1.1 Content-Type: application/json Accept: application/json Host: http://cfs-qa.etowertech.com/ X-WallTech-Date: Thu, 06 Aug 2020 06:44:25 GMT Authorization: WallTech testLvs2jdug2qIoRsJyuxs:F714XG5EBjslUUdx5xJrTCVb9Xs= |
{
"collectionWarehouse": "义乌仓",
"tenantId": 100,
"addressType": "code",
"addressCode": "ONT8",
"country": "",
"zipCode": "",
"totalBox": 0,
"totalWeight": 1.0,
"totalVolume": 1.0,
"etdStarted": "2025-07-16T00:00:00.000+08:00",
"etdEnded": "2025-09-30T00:00:00.000+08:00",
"etaStarted": null,
"etaEnded": null,
"origin": 1,
"truck": 1
}
字段名 | 是否必填项 | 类型 | 描述 |
collectionWarehouse | 是 | String | 集货仓代码 |
| tenantId | 否 | Integer | 传了也没用,后台没接收 |
| addressType | 是 | String | 目的地类型,可传输“code”或者“other” |
| addressCode | 按描述来传 | String | 地址代码,仅当addressType传输code时必须传输 |
| country | 按描述来传 | String | 目的国家,仅当addressType传输other时必须传输 |
| zipCode | 按描述来传 | String | 目的地邮编,仅当addressType传输other时必须传输 |
| totalBox | 是 | Integer | 货物总箱数 |
| totalWeight | 是 | BigDecimal | 货物总重量,限制最多小数点后两位,固定单位为KG |
| totalVolume | 是 | BigDecimal | 货物总体积,限制最多小数点后两位,固定单位为CBM |
| etdStarted | 按描述来 | Date | 查询的预计离港时间起始,当etdEnded有值时必须传输,且该事件不得晚于结尾时间 |
| etdEnded | 按描述来 | Date | 查询的预计离港时间结尾 |
| etaStarted | 否 | Date | 查询的预计到达时间起始,当etaEnded有值时必须传输,且该事件不得晚于结尾时间,传了也没用,后台没有处理逻辑 |
| etaEnded | 否 | Date | 查询的预计到港时间结尾,传了也没用,后台没有处理逻辑 |
| fastShip | 否 | Integer | 不传时默认为1,查询运输类型是快船 |
| regularShip | 否 | Integer | 不传时默认为1,查询运输类型是普船 |
| air | 是 | Integer | 查询运输类型是空运 |
| truck | 否 | Integer | 不传时默认为1,查询使用卡车作为末端运输 |
| normal | 是 | Integer | 查询货物类型是普货 |
| electric | 是 | Integer | 查询货物类型是带电 |
| express | 否 | Integer | 不传时默认为1,查询使用快递作为末端运输 |
| taxFarming | 否 | Integer | 查询包税 |
| notaxFarming | 否 | Integer | 不传时默认为1,查询不包税 |
| boutique | 否 | Integer | 这两个传了也没用,后台没接收 |
| origin | 否 | Integer | 这两个传了也没用,后台没接收 |

{
"code": "0",
"data": {
"result": [
{
"ETA": "",
"ETD": "2025-08-19 00:00:00",
"basicChargeUnit": "KG",
"basicFeeEnded": "",
"basicFeeStarted": 50.000,
"channelCode": "AirTest-20241113",
"channelId": 936,
"closingTime": "2025-08-13 20:00:00",
"currency": "CNY",
"cutOffTime": "2025-08-11 10:00:00",
"depaturePort": "EWR",
"fbaWarehouse": "",
"fbaWarehouseEn": "",
"feeDetail": [
{
"additionalPrice": 22.000,
"billingAmount": 166.70,
"chargeUnit": "KG",
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"feeNameEn": "B2B-KG",
"remark": "运费 备注一下",
"remarkEn": "<p>Service English remark</p>",
"totalPrice": 2520.700,
"typeName": "基础运费",
"typeNameEn": "Freight",
"unitPrice": 20.000
},
{
"additionalPrice": 22.000,
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"feeNameEn": "B2B-KG",
"remark": "<p>Service English remark</p>",
"remarkEn": "",
"totalPrice": 22.000,
"typeName": "基础运费",
"typeNameEn": "Freight",
"unitPrice": 22.000
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(其他附加费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 5.00,
"typeName": "出口报关费",
"typeNameEn": "Export Declaration Fee",
"unitPrice": 5.00
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(安全管理费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 5.00,
"typeName": "进口报关费",
"typeNameEn": "Import Declaration Fee",
"unitPrice": 5.00
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(住宅地址附加费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 8.00,
"typeName": "AMS费",
"typeNameEn": "AMS",
"unitPrice": 8.00
}
],
"feeUnit": "",
"goodsType": "electric",
"lastMile": "",
"minPrice": "",
"remark": "<p>空运服务的备注</p>",
"remarkEn": "<p>Service English remark</p>",
"routeCode": "ATEST-001002",
"serviceName": "大包运价查询-空运(勿删)",
"serviceNameOpen": "大包空运CN-US",
"serviceNameOpenEn": "B2B AIR CN-US",
"taxFarming": false,
"transType": "Air",
"unitPrice": 20.000,
"voyage": "-"
},
{
"ETA": "",
"ETD": "2025-08-26 00:00:00",
"basicChargeUnit": "KG",
"basicFeeEnded": "",
"basicFeeStarted": 50.000,
"channelCode": "AirTest-20241113",
"channelId": 936,
"closingTime": "2025-08-20 20:00:00",
"currency": "CNY",
"cutOffTime": "2025-08-18 10:00:00",
"depaturePort": "EWR",
"fbaWarehouse": "",
"fbaWarehouseEn": "",
"feeDetail": [
{
"additionalPrice": 22.000,
"billingAmount": 166.70,
"chargeUnit": "KG",
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"feeNameEn": "B2B-KG",
"remark": "运费 备注一下",
"remarkEn": "<p>Service English remark</p>",
"totalPrice": 2520.700,
"typeName": "基础运费",
"typeNameEn": "Freight",
"unitPrice": 20.000
},
{
"additionalPrice": 22.000,
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"feeNameEn": "B2B-KG",
"remark": "<p>Service English remark</p>",
"remarkEn": "",
"totalPrice": 22.000,
"typeName": "基础运费",
"typeNameEn": "Freight",
"unitPrice": 22.000
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(其他附加费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 5.00,
"typeName": "出口报关费",
"typeNameEn": "Export Declaration Fee",
"unitPrice": 5.00
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(安全管理费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 5.00,
"typeName": "进口报关费",
"typeNameEn": "Import Declaration Fee",
"unitPrice": 5.00
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(住宅地址附加费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 8.00,
"typeName": "AMS费",
"typeNameEn": "AMS",
"unitPrice": 8.00
}
],
"feeUnit": "",
"goodsType": "electric",
"lastMile": "",
"minPrice": "",
"remark": "<p>空运服务的备注</p>",
"remarkEn": "<p>Service English remark</p>",
"routeCode": "ATEST-001002",
"serviceName": "大包运价查询-空运(勿删)",
"serviceNameOpen": "大包空运CN-US",
"serviceNameOpenEn": "B2B AIR CN-US",
"taxFarming": false,
"transType": "Air",
"unitPrice": 20.000,
"voyage": "-"
},
{
"ETA": "",
"ETD": "2025-09-02 00:00:00",
"basicChargeUnit": "KG",
"basicFeeEnded": "",
"basicFeeStarted": 50.000,
"channelCode": "AirTest-20241113",
"channelId": 936,
"closingTime": "2025-08-27 20:00:00",
"currency": "CNY",
"cutOffTime": "2025-08-25 10:00:00",
"depaturePort": "EWR",
"fbaWarehouse": "",
"fbaWarehouseEn": "",
"feeDetail": [
{
"additionalPrice": 22.000,
"billingAmount": 166.70,
"chargeUnit": "KG",
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"feeNameEn": "B2B-KG",
"remark": "运费 备注一下",
"remarkEn": "<p>Service English remark</p>",
"totalPrice": 2520.700,
"typeName": "基础运费",
"typeNameEn": "Freight",
"unitPrice": 20.000
},
{
"additionalPrice": 22.000,
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"feeNameEn": "B2B-KG",
"remark": "<p>Service English remark</p>",
"remarkEn": "",
"totalPrice": 22.000,
"typeName": "基础运费",
"typeNameEn": "Freight",
"unitPrice": 22.000
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(其他附加费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 5.00,
"typeName": "出口报关费",
"typeNameEn": "Export Declaration Fee",
"unitPrice": 5.00
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(安全管理费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 5.00,
"typeName": "进口报关费",
"typeNameEn": "Import Declaration Fee",
"unitPrice": 5.00
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(住宅地址附加费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 8.00,
"typeName": "AMS费",
"typeNameEn": "AMS",
"unitPrice": 8.00
}
],
"feeUnit": "",
"goodsType": "electric",
"lastMile": "",
"minPrice": "",
"remark": "<p>空运服务的备注</p>",
"remarkEn": "<p>Service English remark</p>",
"routeCode": "ATEST-001002",
"serviceName": "大包运价查询-空运(勿删)",
"serviceNameOpen": "大包空运CN-US",
"serviceNameOpenEn": "B2B AIR CN-US",
"taxFarming": false,
"transType": "Air",
"unitPrice": 20.000,
"voyage": "-"
},
{
"ETA": "",
"ETD": "2025-09-09 00:00:00",
"basicChargeUnit": "KG",
"basicFeeEnded": "",
"basicFeeStarted": 50.000,
"channelCode": "AirTest-20241113",
"channelId": 936,
"closingTime": "2025-09-03 20:00:00",
"currency": "CNY",
"cutOffTime": "2025-09-01 10:00:00",
"depaturePort": "EWR",
"fbaWarehouse": "",
"fbaWarehouseEn": "",
"feeDetail": [
{
"additionalPrice": 22.000,
"billingAmount": 166.70,
"chargeUnit": "KG",
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"feeNameEn": "B2B-KG",
"remark": "运费 备注一下",
"remarkEn": "<p>Service English remark</p>",
"totalPrice": 2520.700,
"typeName": "基础运费",
"typeNameEn": "Freight",
"unitPrice": 20.000
},
{
"additionalPrice": 22.000,
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"feeNameEn": "B2B-KG",
"remark": "<p>Service English remark</p>",
"remarkEn": "",
"totalPrice": 22.000,
"typeName": "基础运费",
"typeNameEn": "Freight",
"unitPrice": 22.000
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(其他附加费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 5.00,
"typeName": "出口报关费",
"typeNameEn": "Export Declaration Fee",
"unitPrice": 5.00
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(安全管理费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 5.00,
"typeName": "进口报关费",
"typeNameEn": "Import Declaration Fee",
"unitPrice": 5.00
},
{
"additionalPrice": "",
"billingAmount": 1,
"chargeUnit": "票",
"currency": "CNY",
"feeName": "SammyTest(住宅地址附加费)",
"feeNameEn": "",
"remark": "测试勿动",
"remarkEn": "",
"totalPrice": 8.00,
"typeName": "AMS费",
"typeNameEn": "AMS",
"unitPrice": 8.00
}
],
"feeUnit": "",
"goodsType": "electric",
"lastMile": "",
"minPrice": "",
"remark": "<p>空运服务的备注</p>",
"remarkEn": "<p>Service English remark</p>",
"routeCode": "ATEST-001002",
"serviceName": "大包运价查询-空运(勿删)",
"serviceNameOpen": "大包空运CN-US",
"serviceNameOpenEn": "B2B AIR CN-US",
"taxFarming": false,
"transType": "Air",
"unitPrice": 20.000,
"voyage": "-"
}
],
"resultAmount": 4
},
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}