Shopify Odoo sync errors
Retry-safe queues surface sync errors without losing data
With a direct webhook-to-Odoo connector, a sync error during order processing typically means the order is silently dropped. SyncO uses a queue for every sync operation — orders, inventory, refunds, fulfillments. If a job fails, it stays in the queue in a failed state with the error message and the Shopify record reference. The data is not lost, and the job can be retried once the issue is resolved.
- Every sync operation is a queue job — errors put the job in a failed state, not a void.
- Failed jobs visible in the SyncO dashboard with error message and Shopify reference.
- Automatic retry with exponential backoff on transient Odoo API errors.
- Manual retry available with one click after fixing a misconfiguration.