Block 1 - WooCommerce Trigger Order Create
- Type / Role
- n8n-nodes-base.wooCommerceTrigger - wooCommerceTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description (WooCommerce Version) This workflow functions like the integration of WooCommerce products with Odoo products, WooCommerce customers with Odoo customers, and WooCommerce orders with ...
n8n-nodes-base.woocommercetrigger, n8n-nodes-base.code, n8n-nodes-base.splitout, n8n-nodes-base.odoo, n8n-nodes-base.stickynote, n8n-nodes-base.switch, n8n-nodes-base.splitinbatches, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evozard.
Original n8n.io sourceπ Description (WooCommerce Version)
This workflow functions like the integration of WooCommerce products with Odoo products, WooCommerce customers with Odoo customers, and WooCommerce orders with Odoo sales orders containing multiple products.
π Trigger (WooCommerce β Order Created)
The workflow starts when a new order is created in WooCommerce.
π Loop Through Each Line Item in the Order For each product in the WooCommerce order: Check if Product Exists in Odoo (via Internal Reference/Default Code): If the product exists, proceed.
If the product does not exist, create it in Odoo with: Product Name Description Price Internal Reference (Default Code)
π€ Check if Customer Contact Exists in Odoo (via Email)
If the contact exists, proceed.
If the contact does not exist, create a new contact in Odoo with: Full Name Email Address Phone Number
Shipping or Billing Address (as available)
π Create a Sale Order in Odoo
Create a new Sale Order in Odoo using: The matched or newly created Customer Contact All the matched or newly created Products from the WooCommerce order (with correct quantities and pricing) Each WooCommerce product in the order is matched to the corresponding Odoo product using the Internal Reference field. π This ensures a seamless sync between WooCommerce and Odoo, keeping your orders, products, and customers aligned automatically.
Setup referecence: https://docs.n8n.io/integrations/builtin/credentials/woocommerce/ https://docs.n8n.io/integrations/builtin/credentials/odoo/
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 47 workflow blocks. Download the JSON for the full node graph.
| Workflow | Complete WooCommerce to Odoo integration: Sync orders, products & customers |
|---|---|
| Complexity | advanced |
| Nodes | 47 |
| Categories | CRM, Multimodal AI |
| Author | Evozard |
| Published | 28 Aug 2025 |
Use the JSON export at /data/workflows/7993/7993.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description (WooCommerce Version) This workflow functions like the integration of WooCommerce products with Odoo products, WooCommerce customers with Odoo customers, and WooCommerce orders with ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your CRM, Multimodal AI use case.