AutomationFlowsE-commerce › Updating Shopify tags on Onfleet events

Updating Shopify tags on Onfleet events

Updating Shopify tags on Onfleet events. Uses onfleetTrigger, shopify. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesOnfleet TriggerShopify
E-commerce Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆

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": "Updating Shopify tags on Onfleet events",
  "nodes": [
    {
      "name": "Onfleet Trigger",
      "type": "n8n-nodes-base.onfleetTrigger",
      "position": [
        460,
        300
      ],
      "parameters": {
        "triggerOn": "taskDelayed",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "name": "Shopify",
      "type": "n8n-nodes-base.shopify",
      "position": [
        680,
        300
      ],
      "parameters": {
        "operation": "update",
        "updateFields": {
          "tags": ""
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Onfleet Trigger": {
      "main": [
        [
          {
            "node": "Shopify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

About this workflow

Updating Shopify tags on Onfleet events. Uses onfleetTrigger, shopify. Event-driven trigger; 2 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More E-commerce workflows → · Browse all categories →