...
| 字段名 | 数据类型 | 最大长度 | 必填 | 描述 |
|---|---|---|---|---|
| parcelWeight | decimalDecimal | O | 包裹重量(productList为空时必填) | |
| parcelLength | decimalDecimal | O | 包裹长(productList为空时必填) | |
| parcelWidth | decimalDecimal | O | 包裹宽(productList为空时必填) | |
| parcelHeight | decimalDecimal | O | 包裹高(productList为空时必填) | |
| productList | Array | O | 包裹下商品列表(包裹长,宽,高,重量任一为空时必填,使用商品实际长宽高重量计算出包裹长宽高) |
...
| 字段名 | 数据类型 | 最大长度 | 必填 | 描述 |
|---|---|---|---|---|
| sku | String | 50 | M | 商品编码 |
| productQty | Integer | M | 商品数量 |
请求样例
| 代码块 |
|---|
返回样例
字段名 | 数据类型 | 最大长度 | 描述 |
|---|---|---|---|
channelName | String | 服务名称 | |
| channelId | Long | 服务id | |
| lastMileBillingWeight | Decimal | 派送费计费重量 | |
| feeItemList | Array | 费用列表 |
feeItemList参数
字段名 |
|---|
数据类型 | 最大长度 | 描述 | |
|---|---|---|---|
| costTypeName | String | 费用名称 | |
| billingWeight | Decimal | 计费重量 | |
fee | Decimal | 费用金额 | |
| currency | String | 币种 | |
| feeDetailList | Array | 费用明细 |
feeDetailList参数
字段名 | 数据类型 | 最大长度 | 描述 |
|---|---|---|---|
| costTypeName | String | 费用名称(中文) | |
| costTypeNameEn | String |
| 费用名称(英文) | |||
fee | Decimal | 费用金额 | |
| currency | String | 币种 | |
| discount | Integer | 折扣 | |
| zoneItemName | String | 费用分区 |
| 代码块 |
|---|
{
"code": "0",
"data": [
{
"serviceList": [],
"warehouseCode": "DE"
},
{
"serviceList": [
{
"active": 1,
"activeMsg": "Active",
"serviceCode": "catest",
"serviceName": "testca",
"serviceType": 5,
"serviceTypeName": "Fulfillment"
}
],
"warehouseCode": "shopify"
},
{
"serviceList": [
{
"active": 1,
"activeMsg": "Active",
"serviceCode": "UBI.CN2WW.GENERAL",
"serviceName": "CN-WW Direct Injection-General",
"serviceType": 5,
"serviceTypeName": "Fulfillment"
},
{
"active": 1,
"activeMsg": "Active",
"serviceCode": "Melbourne service",
"serviceName": "墨尔本服务",
"serviceType": 5,
"serviceTypeName": "Fulfillment"
},
{
"active": 1,
"activeMsg": "Active",
"serviceCode": "测试-服务",
"serviceName": "TEST Service 001",
"serviceType": 5,
"serviceTypeName": "Fulfillment"
},
{
"active": 1,
"activeMsg": "Active",
"serviceCode": "b2cfw",
"serviceName": "【B2C服务",
"serviceType": 5,
"serviceTypeName": "Fulfillment"
}
],
"warehouseCode": "CNwharehouse"
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
} |
...