{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "104ab3e4-ce8a-4d3a-af6b-49aa959ec760",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -260,
        -260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5045c0c1-2337-4fed-bfa9-f5f3b692afc5",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        400,
        -260
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "f3a8d8d2-f57b-4cdb-93b4-961a1570d316",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        840,
        -260
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "dc4e0c84-fcac-4dfe-a06c-0510f37100f5",
      "name": "Log Error Message",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1280,
        -160
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "d563619b-8949-4fda-b0d1-a775166f007d",
      "name": "Read Price Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -40,
        -260
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "8882e054-7a20-4ddd-8b34-9fd7d0954894",
      "name": "Convert to Array",
      "type": "n8n-nodes-base.code",
      "position": [
        180,
        -260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "6908822a-f2ca-4851-8fc7-6bca711ff335",
      "name": "Format Error",
      "type": "n8n-nodes-base.code",
      "position": [
        1060,
        -160
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "2e8b96ce-e8ce-40c0-90bb-674a5abc842d",
      "name": "Log Success Timestamp",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1060,
        -360
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "1a0b0be0-6971-442c-a88e-9315b3569d38",
      "name": "Updates Magento 2 Product",
      "type": "n8n-nodes-base.httpRequest",
      "onError": "continueRegularOutput",
      "position": [
        620,
        -260
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "alwaysOutputData": false
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Log Success Timestamp",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Format Error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Error": {
      "main": [
        [
          {
            "node": "Log Error Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Read Price Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          },
          {
            "node": "Updates Magento 2 Product",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to Array": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Price Sheet": {
      "main": [
        [
          {
            "node": "Convert to Array",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Updates Magento 2 Product": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}