AutomationFlowsE-commerce › Creating an Onfleet Task for a new Shopify Fulfillment

Creating an Onfleet Task for a new Shopify Fulfillment

Creating an Onfleet Task for a new Shopify Fulfillment. Uses shopifyTrigger, onfleet. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesShopify TriggerOnfleet
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
{
  "id": 13,
  "name": "Creating an Onfleet Task for a new Shopify Fulfillment",
  "nodes": [
    {
      "name": "Shopify Trigger",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        240,
        440
      ],
      "parameters": {
        "topic": "fulfillments/create"
      },
      "credentials": {
        "shopifyApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "Onfleet",
      "type": "n8n-nodes-base.onfleet",
      "position": [
        460,
        440
      ],
      "parameters": {
        "operation": "create",
        "additionalFields": {}
      },
      "credentials": {
        "onfleetApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Shopify Trigger": {
      "main": [
        [
          {
            "node": "Onfleet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

About this workflow

Creating an Onfleet Task for a new Shopify Fulfillment. Uses shopifyTrigger, onfleet. 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 →