Our e-commerce connectors use background jobs to handle data synchronization between Odoo and your e-commerce platform (Shopify, WooCommerce, PrestaShop or Magento 2). Each type of job is assigned a priority value, which determines the execution order in the queue.
This system ensures that time-sensitive operations (like order imports) are processed before less critical tasks (like exporting product information or images).
The table below lists all supported background job types, along with the Odoo model they belong to and their assigned priority. Higher priority jobs (with lower numbers) are processed first.
Use this information to understand how the connector schedules its tasks and how it reacts to incoming data from your store (including webhooks, imports, and exports).
Initial Import
Feature | Priority |
---|---|
Import master data (attributes, categories, taxes, etc.) | 2 |
Link products (create / update external and mapping records for products) | 2 |
Import customers (batch) | 3 |
Import single customer | 4 |
Schedule product creation jobs by batches (from e-commerce system) | 4 |
Create products in Odoo (single batch) | 5 |
Orders Import
Feature | Priority |
---|---|
Check and receive new orders from e-commerce system | 6 |
Fetch single external order by ID | 7 |
Create Sale Order in Odoo from external order | 8 |
Run auto-workflow for specific order | 9 |
Update order status in Odoo based on e-commerce data | 9 |
Delivery Information Export
Feature | Priority |
---|---|
Export tracking number(s) to e-commerce system | 10 |
Mark orders as fulfilled in e-commerce system | 10 |
Products Export
Feature | Priority |
---|---|
Schedule product export jobs by batches | 11 |
Export single product to e-commerce system | 11 |
Export product images to e-commerce system | 12 |
Export inventory for product to e-commerce system | 13 |
Products Import
Feature | Priority |
---|---|
Import single product from e-commerce system | 17 |
Update product in Odoo from e-commerce system | 17 |
Remove external product record in Odoo | 17 |
Import product images into Odoo | 18 |
Stock Import
Feature | Priority |
---|---|
Prepare stock data for import per product | 3 |
Update stock for single product in Odoo | 4 |
Have Questions?
Please contact our support team: Support Portal