N
n8n Store
Workflow Market
Sync New Shopify Products to Odoo

Sync New Shopify Products to Odoo

by candrareza3 views

Description

Categories

⚙️ Automation

Nodes Used

n8n-nodes-base.ifn8n-nodes-base.noOpn8n-nodes-base.odoon8n-nodes-base.odoon8n-nodes-base.startn8n-nodes-base.shopifyTrigger
PriceFree
Views3
Last Updated1/27/2026
workflow.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
    }
  ],
  "pinData": {},
  "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
          }
        ]
      ]
    }
  }
}

相关工作流