woocommerce / woocommerce-rest-api

This is the WooCommerce core REST API Package. It runs standalone as a feature plugin too.
71 stars 46 forks source link

How to use api rest but without execute webhooks #248

Open Alercard opened 3 years ago

Alercard commented 3 years ago

Greetings,

First, I want to say Thank you for your works.

I have a project about integration between an ERP with a page with woocommerce, but I have a situation, this is the case:

1. Integration from ERP to Woocommerce by Woocommerce api rest. This step searches all clients with update date field before his last synchronization date.

2. Woocommerce triggers a webhook configurated for Clients update or create action. Woocommerce creates or updates the client but triggers the webhook configurated for client updates too. This webhook goes to my integration software and this one calls the ERP's process for clients updates who updates the same field used to validate who client must synchronized.

Then, my question is: How can I use woocommerce API REST without Woocommerce executes any webhooks?

Thank for any help.