简要描述Description
  • 获取预报详情,Fetch any instore asn detail.
请求URL
  • /wms_api/asn/detail
请求方式 Method
  • POST
返回参数(部分)
参数 类型 说明
status int 1已保存,2已提交,3部分入库,4已入库,5已取消
box_list array
- status int 0未入库1已入库5取消
请求示例Request
{
    "timestamp": {{timestamp}},
    "sign": "{{sign}}",
    "id": "",  //必需required
}
返回示例Response
{
    "code": 200,
    "msg": "success",
    "data": {
        "id": 23469,
        "service_code": "agent",  //agent一件代发,return  FBA退货,box 按箱转运,tochina转运回国,unpacking落地拆包, other其他
        "service_name": "一件代发",  //预报入库类型
        "asn_type_id": 1,
        "asn_type": "海运",  //货运方式   1 海运2 空运3 快递4 陆运
        "estimated_at": "2025-12-30 00:00:00",  //预估到货日期
        "estimated_days": "30",   //预估在仓库存储天数
        "tray_no": 0,   //托盘号码
        "container_no": "",   //集装箱号码
        "to_store": 1,
        "to_store_name": "US-LAX2",  //预报到货仓库
        "created_at": "2025-12-18 07:32:20",
        "apply_count": 0,   //需要点货的箱子数量
        "count_fee": 0,  //拆箱点货额外费用
        "total_fee": 1,  //总费用
        "box_list": [
            {
                "asn_box_sn": "ASN#179-23469-1",  //请登录fbb网站打印下载箱唛贴箱子上,入库需要扫描
                "arrival_time": null,  //实际到货时间
                "shipped": "FEDEX",   //物流方式
                "tracking_no": "FD233333332",   //箱子物流单号
                "goods": [
                    {
                        "sku": "qwe-e21312",
                        "num": 1,  //预报数量
                        "arrival_num": 0   //实际到货数量
                    }
                ],
                "status": "未入库"  // 0未入库1已入库5取消
            }
        ],
        "status": "已提交" //1已保存,2已提交,3部分入库,4已入库,5已取消
    }
}
作者:admin  创建时间:2025-12-22 18:47
最后编辑:admin  更新时间:2026-05-20 11:50