Model
NotifyStock
Magento\Catalog\Model\Rss\Product\NotifyStock
What it does
This class generates RSS feeds for low stock product notifications in Magento 2.
Developers use it to retrieve a collection of products that are running low on inventory, which can be monitored by store administrators through RSS feed readers.
It filters products based on their low stock thresholds and visible status, ordering them by the date they became low in stock.
Public Methods
- getProductsCollection()