获取入库单列表数据
HTTP Verb | URL |
|---|---|
| POST | /api/supplier-service/v1/b2c/warehouseServiceList |
POST /api/supplier-service/v1/b2b/poList Host: http://cfs-qa.etowertech.com/ Content-Type: application/json Accept: application/json Authorization:WallTech etotest8xkIIphLnbkjRACNj4P:pc9H97D-_b2_TSCVvNj81A X-WallTech-Date:Tue, 02 Aug 2022 06:43:37 GMT |
| 字段名 | 数据类型 | 最大长度 | 必填 | 描述 |
|---|---|---|---|---|
serviceType | Short | O | 服务类型: 4:转运服务 5:代发服务 默认全部服务类型 |
{
"serviceType": 4
}
|
字段名 | 数据类型 | 最大长度 | 必填性 | 描述 |
|---|---|---|---|---|
boxNumber | 总箱数 | |||
dateCreated | 订单创建时间 | |||
deliveredDate | 到仓时间 | |||
| asnCreateDate | ASN创建时间 | |||
| shipDate | 发出时间 | |||
| eta | 预计到达时间 | |||
| ata | 实际到达时间 | |||
| putAwayDate | 上架时间 | |||
orderNo | 系统订单号 | |||
| billOfLading | 提单号 | |||
| shipMethod | 头程类型 | |||
| transportType | 入库类型 | |||
packingDetails | 装箱明细 | |||
forecastAmount | 预报数量 | |||
putAwayQty | 上架数量 | |||
putAwayTime | 上架时间 | |||
sku | 商品编码 | |||
skuNameEn | 商品英文名 | |||
skuNameLocal | 商品中文名 | |||
referenceNo | 客户订单号 | |||
shipperName | 发货人名称 | |||
shippingPlanNo | ASN参考号 | |||
status | 订单状态 0:入库单创建 100:ASN已创建 200:入库单发出 300:已到仓 350:部分上架 400:已上架 500:已删除 | |||
statusMsg | 订单状态描述 | |||
totalVolumeDeclared | 总体积 | |||
totalVolumeUnit | 体积单位 | |||
| tallyRule | 理货规则 | |||
| tallyRuleMsg | 理货规则描述 | |||
| useShipperBoxNo | 使用客户箱号发送海外仓 | |||
totalWeightDeclared | 总重量 | |||
| totalWeightUnit | 重量单位 | |||
| warehouseCode | 仓库代码 |
{
"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": ""
} |