@abhirup23 ,
We currently do not have a custom hook that is automatically triggered after the stock is updated using the Stock Manager for WooCommerce plugin.
However, as mentioned in our previous comment, the plugin utilizes core WooCommerce functions for stock and field updates. This means that the actions woocommerce_product_set_stock
and woocommerce_variation_set_stock
will be triggered after the stock is updated. You can utilize these actions to achieve the desired results you are looking for.
Have you tried using these actions? If you encountered any issues, you might consider setting a higher priority for these actions to ensure they are executed at the appropriate time. If you still face challenges, kindly provide us with more detailed information about the specific outcome you want to achieve. This will enable us to offer more targeted and effective assistance