简要描述Description
  • 获取预报详情,Fetch any instore asn detail.
请求URL
  • /wms_api/asn/detail
请求方式 Method
  • POST
请求示例Request
{
    "timestamp": {{timestamp}},
    "sign": "{{sign}}",
    "id": "",  //必需required
}
返回示例Response
{
    "code": 200,
    "msg": "success",
    "data": {
        "id": 23469,
        "service_code": "agent",
        "service_name": "一件代发",
        "asn_type_id": 1,
        "asn_type": "海运",
        "estimated_at": "2025-12-30 00:00:00",
        "estimated_days": "30",
        "tray_no": 0,
        "container_no": "",
        "to_store": "2025-12-18 07:32:20",
        "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": "未入库"
            }
        ],
        "status": "已提交"
    }
}
作者:admin  创建时间:2025-12-22 18:47
最后编辑:admin  更新时间:2025-12-25 19:37