Woocommerce can send automated e-mails to admins when product stock status changes to 'outofstock'.
I would like to know which hook is fired when this happens so I can hook into it and store the time and date of this event in corresponding product meta.
I am not asking for step by step guide how to code this functionality, I am just looking for the right action to hook into.