Hi,
I am currently maintaining a website to manage store inventory data. And since one of my local store using this clover station (https://www.clover.com/ca/station-duo). I would like to have the clover inventory data synchronize to my own website. For example, once customer placed a order from colver station in my local store, the product inventory amount will be updated both in clover inventory app and my website.
I know I can set up api inside clover dashboard, but placing order and updating inventory are more like callback events. I cound't have my front-end to send request all the time and fetch inventory data. I think webhooks would be the best solution. So my question is how to synchroinze inventory between two websites (from clover dashboard > inventory to my own website). If so, what is the best solution?
I have read through webhooks documentation (https://docs.clover.com/docs/webhooks). But I don't understand the prerequisites steps that asked me to installed test app. I don't find any place to install webhooks in real clover dashboard