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 →
{
"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.
onfleetApishopifyApi
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 →