How to track source item status change programatically in magento 2
I have been trying to notify customer when the stock status changed to in stock of the subscribed product from backend (product->edit). Tried with many events and partially won with the catalog_product_save_after event. and below is the function I used… Read More »How to track source item status change programatically in magento 2