Syncing Inventory with b2b site

Looking to merge/Sync inventory updates in real time between my store on Shopify and my b2b site.

Any idea on how to do that?

Hey @ShlomoSchonfeld

If there’s not already an app available, I’d recommend using webhooks to listen for inventory changes and taking what you need from the API (GraphQL / REST). Keep in mind webhook delivery isn’t guaranteed so it’s good to back it up with a scheduled job (say once or twice a day).

1 Like

But we don’t get the inventory timeline. In the downtime. Which also means we don’t have the manual stock in/out information in the downtime so how to manage that