Hello,
I am trying to build an automation that notifies me as soon as there is a change in the stock status of any product in the store (Woocommerce) - out of stock or back in stock.
The site is connected by API to an external inventory management system, so it is possible that the stock will run out even if the item is not sold directly from the website.
I want to receive an update to check whether to hide the item from the store.
Thanks
Looks like the site has their own connection to the inventory system, so they might have their own way of keeping the stock levels updated.
In this case you don’t really need Make and you should contact the plugin developer to figure out a solution.
2 Likes
I have an inventory of over 100000 items, I am not interested in knowing which ones are out of stock. I want to know specifically for the 2000 items I have in WooCommerce - which of them have had a status change in terms of stock?
Is there a way to do this using MAKE?
This happens when customers purchase products from your store.
Therefore you can use the “New Event” trigger and filter by “order created” event and see which products were ordered.
2 Likes