{
  "name": "Track Shopify orders in Google Sheets and send Discord notifications",
  "nodes": [
    {
      "id": "afd5e841-93cd-4052-a3bb-247e6ef1b097",
      "name": "Shopify Trigger",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -256,
        -32
      ]
    },
    {
      "id": "a4616c22-8956-46e7-8464-597bfd482d3c",
      "name": "Append row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        160,
        -32
      ]
    },
    {
      "id": "a6a9d2f7-9455-4b92-b90f-a2b9274c454b",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -48,
        -32
      ]
    },
    {
      "id": "f0ef6c18-5d58-4caa-a030-93a84e8b3592",
      "name": "Discord",
      "type": "n8n-nodes-base.discord",
      "position": [
        576,
        -32
      ]
    },
    {
      "id": "33a7c414-e55f-4ed8-a10f-a561311b69f6",
      "name": "Code1",
      "type": "n8n-nodes-base.code",
      "position": [
        368,
        -32
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code1": {
      "main": [
        [
          {
            "node": "Discord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Trigger": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append row in sheet": {
      "main": [
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}