문제

Hi guys I am looking for an observer event which triggered when product back in stock. So I do not know which Magento 2 event I have to be called when product back is in stock.

올바른 솔루션이 없습니다

다른 팁

As you know, back in stock is done from the admin side,

So you can use this event :

catalog_product_save_after

Now in Magento we have event for stock save.

Event name is : cataloginventory_stock_item_save_after

If this helps then hit like.

Enjoy your coding !!! :)

Thank you
Hiren Pate

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top