Description
Get the information of fulfillment order.
Path
HTTP Verb | URL |
|---|---|
| POST | /api/supplier-service/v1/b2c/orderList |
Header Sample
POST /api/supplier-service/v1/b2c/orderList HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Mozilla 5.0 Host: http://qa.etowertech.com/ X-WallTech-Date: Thu, 06 Aug 2020 06:36:24 GMT Authorization: WallTech testLvs2jdug2qIoRsJyuxs:VaWNgikNP0NGcoxVCeWYid50MYQ=
Fields
Field | Data Type | Length | Mandatory | Description |
|---|---|---|---|---|
referenceNoList | String[] | 请求参数 | 订单的客户参考号 | |
orderNoList | String[] | 请求参数 | 订单的系统订单号 | |
dateCreated | DateTime | - | 订单创建时间 | |
orderNo | String | - | 系统订单号 | |
originOrderNo | String | - | 原系统订单号 | |
originReferenceNo | String | - | 原客户参考号 | |
outboundDate | DateTime | - | 出库时间 | |
packingDetails | Object[] | - | 装箱明细 | |
forecastProductCount | Int | - | 商品预报数量 | |
productCount | Int | - | 商品实际数量 | |
sku | String | - | 商品编码 | |
skuNameEn | String | - | 商品英文名 | |
skuNameLocal | String | - | 商品中文名 | |
referenceNo | String | - | 客户参考号 | |
serviceName | String | - | 服务名称 | |
shipperName | String | - | 发货人名称 | |
shipperWarehouseCode | String | - | 发货仓库代码 | |
status | Int | - | 订单状态 0:已创建 1:已接收 2:下单异常 3:拦截中 4:已取消 5:已出库 6:已废弃 7:出库异常 | |
statusMsg | String | - | 订单状态文本信息 | |
totalForecastProductCount | Int | - | 订单总商品预报数量 | |
totalProductCount | Int | - | 订单实际总商品数量 | |
totalVolume | BigDecimal | (8,3) | - | 总体积 |
totalVolumeUnit | String | - | 体积单位 | |
totalWeight | BigDecimal | (8,3) | - | 总重量 |
totalWeightUnit | String | - | 重量单位 | |
trackingNo | String | - | 追踪号 | |
packageActualBillingWeight | BigDecimal | (8,3) | - | 实际计费重量(KG) |
packageActualWeight | BigDecimal | (8,3) | - | 实际包裹重量(KG) |
packageActualVolume | BigDecimal | (8,3) | - | 实际包裹体积(CBM) |
packageHeight | BigDecimal | (8,1) | - | 包裹高度(CM) |
packageLength | BigDecimal | (8,1) | - | 包裹长度(CM) |
packageWidth | BigDecimal | (8,1) | - | 包裹宽度(CM) |
code | - | 编码内容 | ||
errors | - | 报错 | ||
message | - | 返回信息 | ||
messageId | - | 信息编码 | ||
success | - | 成功响应 | ||
warnList | - | 废弃字段 |
Request Sample
sample of referenceNo:
{
"referenceNoList":[
"WY_00001"
]
}
sample of orderNo:
{
"orderNoList":[
"C12283221215000056O"
]
}
Response Sample
未拆单成功样例
{
"code": "0",
"data": [
{
"dateCreated": "2022-12-15 17:34:05",
"orderNo": "C12283221215000056O",
"originOrderNo": "",
"originReferenceNo": "",
"outboundDate": "2022-12-15 17:34:10",
"packageActualBillingWeight": 2.000,
"packageActualVolume": 0.010,
"packageActualWeight": "",
"packageHeight": 15.000,
"packageLength": 15.000,
"packageWidth": 35.000,
"packingDetails": [
{
"forecastProductCount": "2",
"productCount": "2",
"sku": "SKG(TEST)",
"skuNameEn": "SKG",
"skuNameLocal": "SKG颈部按摩器"
}
],
"referenceNo": "WY_00001",
"serviceName": "DHL_UK",
"shipperName": "XZ12",
"shipperWarehouseCode": "GBPGO",
"status": 5,
"statusMsg": "Outbound",
"totalForecastProductCount": "2",
"totalProductCount": "2",
"totalVolume": 0.002,
"totalVolumeUnit": "cbm",
"totalWeight": 2.000,
"totalWeightUnit": "KG",
"trackingNo": "ER2313"
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}
拆单成功样例
{
"code": "0",
"data": [
{
"dateCreated": "2022-12-21 16:41:22",
"orderNo": "C12283221221000018O",
"originOrderNo": "C12283221221000016O",
"originReferenceNo": "WY_00005",
"outboundDate": "2022-12-21 16:41:31",
"packageActualBillingWeight": 3.000,
"packageActualVolume": 0.020,
"packageActualWeight": "",
"packageHeight": 20.000,
"packageLength": 25.000,
"packageWidth": 30.000,
"packingDetails": [
{
"forecastProductCount": "1",
"productCount": "1",
"sku": "SKG(TEST)",
"skuNameEn": "SKG",
"skuNameLocal": "SKG颈部按摩器"
},
{
"forecastProductCount": "1",
"productCount": "1",
"sku": "SKG(TEST)",
"skuNameEn": "SKG",
"skuNameLocal": "SKG颈部按摩器"
},
{
"forecastProductCount": "1",
"productCount": "1",
"sku": "Collecting lithographs(TEST)",
"skuNameEn": "collecting lithographs",
"skuNameLocal": "收藏字画(卷轴式)"
},
{
"forecastProductCount": "1",
"productCount": "1",
"sku": "Collecting lithographs(TEST)",
"skuNameEn": "collecting lithographs",
"skuNameLocal": "收藏字画(卷轴式)"
}
],
"referenceNo": "WY_00005-2",
"serviceName": "DHL_UK",
"shipperName": "XZ12",
"shipperWarehouseCode": "GBPGO",
"status": 5,
"statusMsg": "Outbound",
"totalForecastProductCount": "4",
"totalProductCount": "4",
"totalVolume": 0.010,
"totalVolumeUnit": "cbm",
"totalWeight": 6.000,
"totalWeightUnit": "KG",
"trackingNo": "41923870011592"
},
{
"dateCreated": "2022-12-21 16:41:13",
"orderNo": "C12283221221000016O",
"originOrderNo": "C12283221221000016O",
"originReferenceNo": "WY_00005",
"outboundDate": "2022-12-21 16:41:31",
"packageActualBillingWeight": 1.000,
"packageActualVolume": 0.000,
"packageActualWeight": "",
"packageHeight": 8.000,
"packageLength": 20.000,
"packageWidth": 15.000,
"packingDetails": [
{
"forecastProductCount": "1",
"productCount": "1",
"sku": "SKG(TEST)",
"skuNameEn": "SKG",
"skuNameLocal": "SKG颈部按摩器"
}
],
"referenceNo": "WY_00005-1",
"serviceName": "DHL_UK",
"shipperName": "XZ12",
"shipperWarehouseCode": "GBPGO",
"status": 5,
"statusMsg": "Outbound",
"totalForecastProductCount": "1",
"totalProductCount": "1",
"totalVolume": 0.001,
"totalVolumeUnit": "cbm",
"totalWeight": 1.000,
"totalWeightUnit": "KG",
"trackingNo": "41923870011591"
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}
{
"code": "0",
"data": [],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}