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 →
{
"createdAt": "2021-07-07T14:29:45.509Z",
"updatedAt": "2021-07-09T13:40:17.209Z",
"id": "226",
"name": "UnleashedSoftware:SakesOrder:getAll:StockOnHand:getAll get",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "e60708c7-7fc5-4b69-9181-7dd94ce4c511"
},
{
"parameters": {
"limit": 1,
"filters": {}
},
"name": "Unleashed Software",
"type": "n8n-nodes-base.unleashedSoftware",
"typeVersion": 1,
"position": [
500,
230
],
"credentials": {
"unleashedSoftwareApi": {
"name": "<your credential>"
}
},
"id": "76856236-9d00-497b-a162-71621943085d"
},
{
"parameters": {
"resource": "stockOnHand",
"limit": 1,
"filters": {}
},
"name": "Unleashed Software1",
"type": "n8n-nodes-base.unleashedSoftware",
"typeVersion": 1,
"position": [
500,
380
],
"credentials": {
"unleashedSoftwareApi": {
"name": "<your credential>"
}
},
"id": "f5f1e555-171a-4a6c-a2c0-52c2cd763a9a"
},
{
"parameters": {
"resource": "stockOnHand",
"operation": "get",
"productId": "={{$node[\"Unleashed Software1\"].json[\"Guid\"]}}"
},
"name": "Unleashed Software2",
"type": "n8n-nodes-base.unleashedSoftware",
"typeVersion": 1,
"position": [
650,
380
],
"credentials": {
"unleashedSoftwareApi": {
"name": "<your credential>"
}
},
"id": "f0e49947-de25-46b8-8e00-0cc1967832a1"
}
],
"connections": {
"Unleashed Software1": {
"main": [
[
{
"node": "Unleashed Software2",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Unleashed Software",
"type": "main",
"index": 0
},
{
"node": "Unleashed Software1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
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.
unleashedSoftwareApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
UnleashedSoftware:SakesOrder:getAll:StockOnHand:getAll get. Uses start, unleashedSoftware. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/226.json — 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.
Shopify:Product:create update get getAll delete:Order:create update get getAll delete. Uses start, shopify. Manual trigger; 11 nodes.
Seamlessly sync newly created Shopify products into Odoo with this smart, no-code n8n workflow. It automatically checks for duplicates and creates new products only when needed – fully compatible with
Shopify order UTM to Baserow. Uses baserow, graphql, stopAndError. Scheduled trigger; 13 nodes.
This workflow automatically sends WhatsApp notifications from Shopify using WOZTELL. It listens for Shopify events such as order paid, customer created, or fulfillment created, then sends a pre approv
Set Workflow. Uses shopifyTrigger, zendesk, stopAndError. Event-driven trigger; 10 nodes.