I have managed to get item details via Rest API however there is no latest stock information. How can i retrieve item stock via Rest API?
1 Like
Stock is tracked per warehouse. So there is a specific python method for adding all stocks together for a specific item.
Here is that endpoint: /api/method/erpnext.stock.utils.get_latest_stock_qty?item_code=:name
1 Like