Sync WooCommerce Orders, Products & Customers to Odoo
Automates syncing new WooCommerce orders by creating/matching products and customers in Odoo, then generating corresponding sales orders. Ensures seamless e-commerce data alignment without manual intervention.
This n8n workflow triggers on new order creation in WooCommerce and synchronizes data bidirectionally with Odoo. It loops through each line item in the order, checks if the product exists in Odoo using the internal reference (default code), and creates it if missing with details like name, description, price, and reference. Similarly, it verifies the customer by email and creates a new contact if absent, including name, email, phone, and address.
Once products and customers are handled, it gene
Platform
n8n
Category
Education
Price
$18.99
Creator
Fred Garcia
WooCommerce
Odoo
Sync
Orders
Products
Customers
E-commerce
Automation
ERP
Sales Order
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.