This workflow corresponds to n8n.io template #3819 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "44PIIGwPzUe9dGfb",
"name": "Sync New Shopify Products to Odoo Product",
"tags": [],
"nodes": [
{
"id": "5ad7f941-4146-4897-ad30-dcdccab85e82",
"name": "Odoo6",
"type": "n8n-nodes-base.odoo",
"position": [
320,
0
],
"parameters": {},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "1b1a3753-e645-465c-8155-ad8c006f3e13",
"name": "Filter2",
"type": "n8n-nodes-base.filter",
"position": [
740,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5b388afc-de9a-4246-85a8-0ef4ec8ac0bc",
"name": "Odoo7",
"type": "n8n-nodes-base.odoo",
"position": [
920,
0
],
"parameters": {},
"typeVersion": 1,
"alwaysOutputData": false
},
{
"id": "765aeea5-bfe8-4d6c-96a4-ebbc192a9d60",
"name": "Shopify Trigger",
"type": "n8n-nodes-base.shopifyTrigger",
"position": [
80,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e1b2f842-0b54-4f55-9c69-a4d40777fd0c",
"name": "Code",
"type": "n8n-nodes-base.code",
"position": [
560,
0
],
"parameters": {},
"typeVersion": 2
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "5dc6f917-daa8-4819-b8ff-1c46ab75b680",
"connections": {
"Code": {
"main": [
[
{
"node": "Filter2",
"type": "main",
"index": 0
}
]
]
},
"Odoo6": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"Filter2": {
"main": [
[
{
"node": "Odoo7",
"type": "main",
"index": 0
}
]
]
},
"Shopify Trigger": {
"main": [
[
{
"node": "Odoo6",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Seamlessly sync newly created Shopify products into Odoo with this smart, no-code n8n workflow. Automatically checks for duplicates and creates new products only when needed – fully compatible with standard Odoo setup.
Source: https://n8n.io/workflows/3819/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow triggers when a Shopify order is marked paid, then finds or creates matching products and the customer in Odoo and creates an Odoo sales order, with success notifications to Slack and Gm
This workflow functions like the integration of Shopify products with Odoo products, Shopify customers with Odoo customers, and paid Shopify orders with Odoo sales orders containing multiple products.
This workflow triggers on paid Shopify orders and syncs the order’s shipping contact details into Odoo Contacts (res.partner) by searching for existing contacts and creating new ones, with a secondary
Sync New Shopify Products to Odoo Product. Uses odoo, shopifyTrigger, stopAndError. Event-driven trigger; 6 nodes.
Sync New Shopify Customers to Odoo Contacts. Uses odoo, shopifyTrigger, stopAndError. Event-driven trigger; 6 nodes.