POST 查询 ASN 状态
POST /apicenter/api/asn/status
Body 请求参数
{"client_code": "20","client_type": 2,"asn_number": "DLW-230525-01"}
请求参数
| 名称 | 位置 | 类型 | 必选 | 说明 |
|---|---|---|---|---|
| asn_number | Request Body | String | 是 | ASN编号 ,预发货单号 |
| client_code | Request Body | String | 是 | 客户代码 |
| client_type | Request Body | integer | 是 | 自定义平台为1,第三方平台为2 |
返回示例
成功
{"code": 201,"data": {"centre_code": "dlw","asn_number": "DLW-230525-01","confirmed_at": "","warehousing_time": "","type": "http://demo.yunyancang.com:8878/api/print-mark?type=eyJ0eXBlIjoiMSIsIm9yZGVyX2lkIjoiMzczOCwifQ==","items": [{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-1","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-2","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-3","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-4","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-5","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-6","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-7","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-8","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P001-9","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"},{"code": "DLW-01","po_date": "","length": "2.00","weight": "2.00","decals_qty": 3,"volume": "0.000008","po_number": "","lot_no": "DLW-230525-01-P002-10","manufacture_at": "","qty": 100,"width": "2.00","expire_at": "","in_qty": 2,"barcode": "","height": "2.00"}],"status": "sending"},"message": "success"}
返回结果
| 名称 | 类型 | 说明 |
|---|---|---|
| centre_code | string | 仓库代码 warehouseCode |
| asn_number | string | 批次号 |
| confirmed_at | string | |
| warehousing_time | datetime | 入库时间 |
| type | string | 唛头地址 |
| status | string | receiving |
| items | array | |
| code | string | SKU |
| po_date | string | |
| length | BigDecimal | 箱子的长度(cm) |
| weight | BigDecimal | 箱子的重量(cm) |
| decals_qty | integer | 贴标数量 |
| volume | string | 箱子的体积(cm³) |
| po_number | string | 买家批次号 |
| lot_no | string | 箱号 |
| manufacture_at | string | 制造产地 |
| qty | integer | 商品数量 |
| width | BigDecimal | 箱子的宽度(cm) |
| expire_at | string | |
| in_qty | integer | 实际已入库数量 |
| barcode | string | |
| height | BigDecimal | 箱子的高度(cm) |
