So we are using the n8n service to do some stuff after the woocommerce_update_product hook fires, like send notifications and update social media etc.
The problem we’re finding with your plugin is that when the product is updated, so lets say a price is changed, the woocommerce_update_product hook doesn’t fire because not part of the process.
We’ve hacked it by using cron but it’s far from ideal. Can you maybe suggest a workaround, or perhaps you could incorporate something into the plugin?
We found this on stack overflow so it’s clear not just us that has this kind of issue. https://stackoverflow.com/questions/49950000/woocommerce-hook-that-fires-after-a-product-is-updated-via-rest-api
Cheers
Open
Last updated: September 15, 2023
Log in to comment on this feature request.
Hi John,
You can use the following hook to trigger your functions when the product is updated via our plugin:
`woocommerce_rest_insert_product_object`