{
  "name": "Sync new Shopify products to Odoo",
  "nodes": [
    {
      "id": null,
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "position": [
        250,
        300
      ]
    },
    {
      "id": null,
      "name": "Shopify Trigger",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        450,
        300
      ]
    },
    {
      "id": null,
      "name": "Search for Existing Product in Odoo",
      "type": "n8n-nodes-base.odoo",
      "position": [
        700,
        300
      ]
    },
    {
      "id": null,
      "name": "Is Product Found?",
      "type": "n8n-nodes-base.if",
      "position": [
        920,
        300
      ]
    },
    {
      "id": null,
      "name": "Create Odoo Product",
      "type": "n8n-nodes-base.odoo",
      "position": [
        1140,
        200
      ]
    },
    {
      "id": null,
      "name": "Stop - Duplicate Found",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1140,
        400
      ]
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}