stop Shopify overselling
Real-time inventory sync to stop Shopify overselling
Every stock adjustment in Odoo — from a goods receipt, a manual correction, or an order fulfillment — triggers an inventory update to the matching Shopify location. SyncO processes those events through a retry-safe queue, so a missed webhook or a transient API error doesn't leave Shopify with stale counts that lead to oversells.
- Odoo stock adjustment → Shopify inventory update at the mapped location.
- Webhook-driven and scheduled polling, so both fast and slow changes land.
- Queue-based processing with retry — missed webhooks don't mean missed updates.
- Idempotent writes — safe to replay without double-adjusting Shopify quantities.