Get Inventory

Check Existing Inventory

POST - https://portal.asl-asia.cloud:4000/api/inventory/list

Example Response Body

{
    
    "success": true, 

    "count": 37,
 
    "items": [ 
        
        {
            "partNo": “HSS00400”,
            “description”: “ABC item”,
            “qty": 0 
        
        },
... {}
    ]

}

Last updated