[WooCommerce] Product Category Webhook
-
Hi community,
I am a developer who is currently building an integration which would sync products from WooCommerce and while doing so, I also need webhooks for products and categories when their respective related operations are being done. Currently out of the box WooCommerce setup provides only Webhook Setup for Product only and there is no Category related webhooks. Is there any way using Action, I can setup a custom webhook event for category related events, like create_category, update_category and delete_category.
By default, I can assume a user will have the basic out of the box setup of woocommerce, without any custom action or hooks, please do suggest solutions based on this preface
In my setup, I am building the integration based on JavaScript (NestJS) and all the operations that I perform will be done through the WooCommerce REST API
Thank you in advance for helping me out
The topic ‘[WooCommerce] Product Category Webhook’ is closed to new replies.