易达优送开放平台
  1. 入库
易达优送开放平台
  • WMS海外仓开放平台
    • 开发者必读
      • 对接说明
      • 枚举描述
    • 基础资料
      • 国家
      • 仓库可发渠道
      • 商品分类列表
      • 仓库
    • 商品
      • 新增商品
      • 编辑商品
      • 取消商品
      • 商品详情
      • 标签(面单)
      • 获取客户所有商品
    • 入库
      • 新增入库单
        POST
      • 确认入库单
        POST
      • 取消入库单
        POST
      • 入库详情
        POST
    • 订单
      • 新增订单
      • 取消订单
      • 订单详情
      • 标签(面单)
      • 拦截订单
      • 更新订单快递标和物流追踪号
      • 上传订单附件
    • 库存
      • 商品库存
    • 退货
      • 新增退货单
      • 取消退货单
      • 退货单列表
  • 数据模型
    • 示例数据模型
    • WMS常用数据模型
      • 商品Vo
      • 分页响应
      • 响应体数据结构
      • 国家
      • 新增或编辑商品
      • 客户参考号-入库
  1. 入库

入库详情

POST
/api/customer/operation/inOrderDetail

请求参数

Header 参数

Body 参数application/json

示例
{
    "inNo": "IN2012250001"
}
或
{
    "customerRefNo": "CUS20240531-01"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/inOrderDetail' \
--header 'apiKey: 5ff6e6a70376ba11a42e277086598d4a' \
--header 'signature: 4590A48221F34CE299EA2D74036246F5' \
--header 'timestamp: 1717381423' \
--header 'sourceFrom: lingxing' \
--header 'Content-Type: application/json' \
--data-raw '{
    "inNo": "IN2012250001"
}
或
{
    "customerRefNo": "CUS20240531-01"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "message": "获取入库单详情成功",
    "code": 200,
    "result": {
        "data": {
            "boxList": [
                {
                    "boxNo": "IN00000197-S1-1",
                    "customerNo": "1",
                    "length": 45.0000,
                    "width": 35.0000,
                    "height": 35.0000,
                    "size": "45.0000*35.0000*35.0000",
                    "weight": 5.0000,
                    "volume": 0.0551,
                    "skuCode": null,
                    "skuName": null,
                    "quantity": 40,
                    "inQuantity": 39,
                    "skuQuantity": 2,
                    "boxSkuList": [
                        {
                            "skuCode": "MKD2024060001",
                            "quantity": 20,
                            "inQuantity": 19,
                            "skuBatchNo": null
                        },
                        {
                            "skuCode": "MKD2024040005",
                            "quantity": 20,
                            "inQuantity": 20,
                            "skuBatchNo": null
                        }
                    ]
                },
                {
                    "boxNo": "IN00000197-S2-1",
                    "customerNo": "2",
                    "length": 35.0000,
                    "width": 25.0000,
                    "height": 25.0000,
                    "size": "35.0000*25.0000*25.0000",
                    "weight": 7.0000,
                    "volume": 0.0219,
                    "skuCode": null,
                    "skuName": null,
                    "quantity": 40,
                    "inQuantity": 40,
                    "skuQuantity": 2,
                    "boxSkuList": [
                        {
                            "skuCode": "MKD2024040002",
                            "quantity": 20,
                            "inQuantity": 20,
                            "skuBatchNo": null
                        },
                        {
                            "skuCode": "MKD2024060001",
                            "quantity": 20,
                            "inQuantity": 20,
                            "skuBatchNo": null
                        }
                    ]
                }
            ],
            "shelfList": [
                {
                    "inNo": "IN00000197",
                    "shelfNo": "PA2511240006",
                    "skuCode": "MKD2024060001",
                    "skuBatchNo": null,
                    "quantity": 17,
                    "putawayQty": 0,
                    "unPutawayQty": 17,
                    "qualityDefective": "1",
                    "status": "STAY_SHELF",
                    "createTime": "2025-11-24 10:45:17"
                },
                {
                    "inNo": "IN00000197",
                    "shelfNo": "PA2511240008",
                    "skuCode": "MKD2024040002",
                    "skuBatchNo": null,
                    "quantity": 4,
                    "putawayQty": 0,
                    "unPutawayQty": 4,
                    "qualityDefective": "1",
                    "status": "STAY_SHELF",
                    "createTime": "2025-11-24 10:45:17"
                },
                {
                    "inNo": "IN00000197",
                    "shelfNo": "PA2511240007",
                    "skuCode": "MKD2024040005",
                    "skuBatchNo": null,
                    "quantity": 7,
                    "putawayQty": 0,
                    "unPutawayQty": 7,
                    "qualityDefective": "1",
                    "status": "STAY_SHELF",
                    "createTime": "2025-11-24 10:45:17"
                },
                {
                    "inNo": "IN00000197",
                    "shelfNo": "PA2511240009",
                    "skuCode": "MKD2024060001",
                    "skuBatchNo": null,
                    "quantity": 22,
                    "putawayQty": 0,
                    "unPutawayQty": 22,
                    "qualityDefective": "1",
                    "status": "STAY_SHELF",
                    "createTime": "2025-11-24 10:47:48"
                },
                {
                    "inNo": "IN00000197",
                    "shelfNo": "PA2511240011",
                    "skuCode": "MKD2024040002",
                    "skuBatchNo": null,
                    "quantity": 16,
                    "putawayQty": 0,
                    "unPutawayQty": 16,
                    "qualityDefective": "1",
                    "status": "STAY_SHELF",
                    "createTime": "2025-11-24 10:47:48"
                },
                {
                    "inNo": "IN00000197",
                    "shelfNo": "PA2511240010",
                    "skuCode": "MKD2024040005",
                    "skuBatchNo": null,
                    "quantity": 13,
                    "putawayQty": 0,
                    "unPutawayQty": 13,
                    "qualityDefective": "1",
                    "status": "STAY_SHELF",
                    "createTime": "2025-11-24 10:47:48"
                }
            ],
            "skuList": [
                {
                    "code": "MKD2024040002",
                    "name": "俄罗斯套娃木制卡通动物",
                    "enName": "Russian doll wooden cartoon animals",
                    "declareName": null,
                    "declareEnName": null,
                    "hscode": null,
                    "skuModel": null,
                    "trademark": null,
                    "texture": null,
                    "uses": null,
                    "imageUrl": null,
                    "salesUrl": null,
                    "price": null,
                    "declaredPrice": null,
                    "length": 12.0000,
                    "width": 6.0000,
                    "height": 6.0000,
                    "weight": 0.2000,
                    "packageLength": 12.0000,
                    "packageWidth": 6.0000,
                    "packageHeight": 6.0000,
                    "packageWeight": 0.2500,
                    "unitCode": null,
                    "skuType": null,
                    "quantity": 20,
                    "inQuantity": 20,
                    "shelfQuantity": 0,
                    "pickedQty": null,
                    "cellNo": null,
                    "qcType": null,
                    "specAttr": null,
                    "status": null,
                    "remark": null,
                    "skuCategoryId": null,
                    "skuBarcode": "3489023578015",
                    "otherBarcode": null,
                    "fnSku": null,
                    "origin": null,
                    "createBy": null,
                    "createTime": null
                },
                {
                    "code": "MKD2024040005",
                    "name": "宠物飞盘玩具",
                    "enName": "Pet frisbee toy",
                    "declareName": null,
                    "declareEnName": null,
                    "hscode": null,
                    "skuModel": null,
                    "trademark": null,
                    "texture": null,
                    "uses": null,
                    "imageUrl": null,
                    "salesUrl": null,
                    "price": null,
                    "declaredPrice": null,
                    "length": 20.0000,
                    "width": 15.0000,
                    "height": 2.0000,
                    "weight": 0.3000,
                    "packageLength": 25.0000,
                    "packageWidth": 20.0000,
                    "packageHeight": 5.0000,
                    "packageWeight": 0.5000,
                    "unitCode": null,
                    "skuType": null,
                    "quantity": 20,
                    "inQuantity": 20,
                    "shelfQuantity": 0,
                    "pickedQty": null,
                    "cellNo": null,
                    "qcType": null,
                    "specAttr": null,
                    "status": null,
                    "remark": null,
                    "skuCategoryId": null,
                    "skuBarcode": "9087435671214",
                    "otherBarcode": null,
                    "fnSku": null,
                    "origin": null
                },
                {
                    "code": "MKD2024060001",
                    "name": "洗碗硅胶手套-粉色",
                    "enName": "Silica gel gloves for washing dishes-pink",
                    "declareName": null,
                    "declareEnName": null,
                    "hscode": null,
                    "skuModel": null,
                    "trademark": null,
                    "texture": null,
                    "uses": null,
                    "imageUrl": null,
                    "salesUrl": null,
                    "price": null,
                    "declaredPrice": null,
                    "length": 35.0000,
                    "width": 25.0000,
                    "height": 15.0000,
                    "weight": 0.1600,
                    "packageLength": 24.9900,
                    "packageWidth": 15.0100,
                    "packageHeight": 15.0100,
                    "packageWeight": 0.1880,
                    "unitCode": null,
                    "skuType": null,
                    "quantity": 40,
                    "inQuantity": 39,
                    "shelfQuantity": 0,
                    "pickedQty": null,
                    "cellNo": null,
                    "qcType": null,
                    "specAttr": null,
                    "status": null,
                    "remark": null,
                    "skuCategoryId": null,
                    "skuBarcode": "5689012345122",
                    "otherBarcode": null,
                    "fnSku": null,
                    "origin": null,
                }
            ],
            "inOrder": {
                "id": "1992785491698806786",
                "inNo": "IN00000197",
                "arrivalMode": "BOX",
                "customerPallet": null,
                "pallet": 0,
                "customerRefNo": "XM231012000021",
                "boxQty": 2,
                "skuQty": 3,
                "sumSkuQty": 80,
                "estiTime": "2025-11-24 10:39:20",
                "inTime": null,
                "inType": "常规入库",
                "sendAddress": null,
                "weight": 12.0000,
                "volume": 0.0770,
                "transferType": "EXPRESS",
                "trackingNumber": null,
                "status": "RECEIVING",
                "remark": null,
                "customerName": "米可多",
                "warehouseName": "美西仓",
                "inShelfQuantity": 0
            }
        }
    },
    "timestamp": 1764033950798
}
修改于 2025-11-25 01:17:50
上一页
取消入库单
下一页
新增订单
Built with