...
feeItemList参数
字段名 | 数据类型 | 最大长度 | 描述 |
|---|---|---|---|
| costType | Integer | 费用类型(1:出库处理费(Outbound Handling Fee);8:尾程运费(Last Mile Fee)) | |
| costTypeName | String | 费用名称 | |
| billingWeight | Decimal | 计费重量 | |
fee | Decimal | 费用金额 | |
| currency | String | 币种 | |
| feeDetailList | Array | 费用明细 |
...
字段名 | 数据类型 | 最大长度 | 描述 |
|---|---|---|---|
| costTypeName | String | 费用名称(中文) | |
| costTypeNameEn | String | 费用名称(英文) | |
fee | Decimal | 费用金额 | |
| currency | String | 币种 | |
| discount | Integer | 折扣折扣(%Off) | |
| zoneItemName | String | 费用分区 |
响应
| 代码块 | ||||
|---|---|---|---|---|
| ||||
{
"code": "0",
"data": [
{
"channelName": "TEST PUROLATOR GROUND",
"feeItemList": [
{
"billingWeight": "",
"costType": 8,
"costTypeName": "Last Mile Fee",
"currency": "CAD",
"discount": 0,
"fee": 67.400,
"feeDetailList": [
{
"costTypeName": "尾程基本运费",
"costTypeNameEn": "Last Mile Basic Fee",
"currency": "CAD",
"discount": "",
"fee": 67.40000000,
"zoneItemName": ""
}
]
}
]
},
{
"channelName": "易仓下单专用服务(勿动)",
"feeItemList": [
{
"billingWeight": "",
"costType": 8,
"costTypeName": "Last Mile Fee",
"currency": "CAD",
"discount": 0,
"fee": 191.370,
"feeDetailList": [
{
"costTypeName": "尾程基本运费",
"costTypeNameEn": "Last Mile Basic Fee",
"currency": "CAD",
"discount": "",
"fee": 67.40000000,
"zoneItemName": ""
},
{
"costTypeName": "偏远地区附加费",
"costTypeNameEn": "Remote Area Surcharge",
"currency": "CAD",
"discount": "",
"fee": 19.0000000,
"zoneItemName": ""
},
{
"costTypeName": "燃油附加费",
"costTypeNameEn": "Fuel Surcharge",
"currency": "CAD",
"discount": "",
"fee": 8.64000000000000,
"zoneItemName": ""
},
{
"costTypeName": "安全管理费",
"costTypeNameEn": "Security Surcharge",
"currency": "CAD",
"discount": "",
"fee": 13.48000000000000,
"zoneItemName": ""
},
{
"costTypeName": "其它附加费",
"costTypeNameEn": "Other Surcharge",
"currency": "CAD",
"discount": "",
"fee": 20.22000000000000,
"zoneItemName": ""
},
{
"costTypeName": "住宅地址附加费",
"costTypeNameEn": "Residential Surcharge",
"currency": "CAD",
"discount": "",
"fee": 26.96000000000000,
"zoneItemName": ""
},
{
"costTypeName": "电池附加费",
"costTypeNameEn": "Battery Surcharge",
"currency": "CAD",
"discount": "",
"fee": 33.70000000000000,
"zoneItemName": ""
},
{
"costTypeName": "保险",
"costTypeNameEn": "Insurance Fee",
"currency": "CAD",
"discount": "",
"fee": 1.970,
"zoneItemName": ""
}
]
}
]
},
{
"channelName": "卡派(测试)",
"feeItemList": []
},
{
"channelName": "OFFLINE_PICKUP_EXPRESS",
"feeItemList": []
},
{
"channelName": "OFFLINE_PICKUP_TRUCK",
"feeItemList": []
},
{
"channelName": "MINXI_C",
"feeItemList": []
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
} |