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": "03.01 Predictive Inventory PO Generation",
"nodes": [
{
"parameters": {
"path": "webhook-03-01"
},
"id": "7002de27-02f1-4eeb-a30a-8961e8b00f96",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Predictive Inventory PO Generation\n\n**The Problem:**\nManual inventory checks fail to account for seasonal sales velocity or supplier lead times, resulting in frequent stockouts or costly overstocking.",
"height": 200,
"width": 600
},
"id": "b764d41e-506a-4c2e-8ffc-d5a4223bb115",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "42d04a4e-e5af-430a-a1d0-074492d453f2",
"name": "Shopify",
"type": "n8n-nodes-base.shopify",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "1429d2b9-4cfe-4c46-8bf3-08506e33edd8",
"name": "NetSuite",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {},
"id": "7314675c-8ccd-4230-b46d-f7d4446cccb4",
"name": "Coupa",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
950,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Shopify",
"type": "main",
"index": 0
}
]
]
},
"Shopify": {
"main": [
[
{
"node": "NetSuite",
"type": "main",
"index": 0
}
]
]
},
"NetSuite": {
"main": [
[
{
"node": "Coupa",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "bb4c880c-673e-4871-8e4d-23c2bc3900aa"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
03.01 Predictive Inventory PO Generation. Uses shopify, httpRequest. Webhook trigger; 5 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/03_01_predictive_inventory_po_generation.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.
Flow. Uses httpRequest, shopify. Webhook trigger; 7 nodes.
01.05 Omnichannel Sales Aggregation & Data Warehousing. Uses shopify, httpRequest, snowflake. Webhook trigger; 7 nodes.
This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface
Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.