automate Shopify order entry
Automate Shopify order entry with queue-based sync
When a Shopify order is placed, SyncO picks it up via webhook and queues it for processing. The queue worker writes the order to Odoo — line items, tax lines, discounts, customer record, and payment status — and marks the job complete. If Odoo is briefly unavailable, the job retries with exponential backoff rather than failing silently.
- Shopify order webhook → queue job → Odoo record, automatically.
- Retry with exponential backoff on Odoo API errors — no lost orders.
- Failed jobs surface in the SyncO dashboard with the Shopify order reference.
- Scheduled polling as a backstop if a webhook is missed.