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 →
{
"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
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Updating Shopify tags on Onfleet events. Uses onfleetTrigger, shopify, stopAndError. Event-driven trigger; 3 nodes.
Get All Orders In Shopify. Uses manualTrigger, shopify. Event-driven trigger; 2 nodes.
This workflow automates the synchronization of product prices across Shopify and WooCommerce platforms to ensure retail consistency. It triggers when a price change is detected in either system, appli
On every Shopify order, this workflow pairs the purchased item with your newest arrival and generates one personalized on-model photo in dreem.ai: the new piece as the main garment, the customer's pur
Filter Schedule. Uses manualTrigger, stickyNote, splitInBatches, scheduleTrigger. Event-driven trigger; 13 nodes.