AutomationFlowsE-commerce › Sync New Shopify Products to Odoo

Sync New Shopify Products to Odoo

ByCandra Reza @candrareza on n8n.io

Seamlessly sync newly created Shopify products into Odoo with this smart, no-code n8n workflow. It automatically checks for duplicates and creates new products only when needed – fully compatible with a standard Odoo setup.

Event trigger★★☆☆☆ complexity6 nodesStartShopify TriggerOdoo
E-commerce Trigger: Event Nodes: 6 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #6955 — 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 →

Download .json
{
  "name": "Sync New Shopify Products to Odoo",
  "nodes": [
    {
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Shopify Trigger",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        450,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Search for Existing Product in Odoo",
      "type": "n8n-nodes-base.odoo",
      "position": [
        700,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Is Product Found?",
      "type": "n8n-nodes-base.if",
      "position": [
        920,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Create Odoo Product",
      "type": "n8n-nodes-base.odoo",
      "position": [
        1140,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Stop - Duplicate Found",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1140,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Shopify Trigger",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Trigger": {
      "main": [
        [
          {
            "node": "Search for Existing Product in Odoo",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Product Found?": {
      "main": [
        [
          {
            "node": "Create Odoo Product",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Stop - Duplicate Found",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Search for Existing Product in Odoo": {
      "main": [
        [
          {
            "node": "Is Product Found?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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. It automatically checks for duplicates and creates new products only when needed – fully compatible with a standard Odoo setup.

Source: https://n8n.io/workflows/6955/ — original creator credit. Request a take-down →

More E-commerce workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

E-commerce

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

Shopify Trigger, Odoo, Slack +1
E-commerce

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.

Shopify Trigger, Odoo
E-commerce

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

Odoo, Shopify Trigger
E-commerce

Sync New Shopify Products to Odoo Product. Uses odoo, shopifyTrigger, stopAndError. Event-driven trigger; 6 nodes.

Odoo, Shopify Trigger, Stop And Error
E-commerce

Sync New Shopify Customers to Odoo Contacts. Uses odoo, shopifyTrigger, stopAndError. Event-driven trigger; 6 nodes.

Odoo, Shopify Trigger, Stop And Error