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": "01.05 Omnichannel Sales Aggregation & Data Warehousing",
"nodes": [
{
"parameters": {
"path": "webhook-01-05"
},
"id": "b406b343-ca4e-4526-9040-2105f889267b",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Omnichannel Sales Aggregation & Data Warehousing\n\n**The Problem:**\nAggregating daily sales data across multiple platforms (Shopify, Amazon, custom portals) for accurate BI analysis is tedious and requires constant data engineering overhead.",
"height": 200,
"width": 600
},
"id": "ba243792-67fa-4a53-bde8-8ad92b1049d2",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "f39695e9-61be-4b0b-a4e2-b3e01d73a37f",
"name": "Shopify",
"type": "n8n-nodes-base.shopify",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "c2b20f0a-a1a0-42ad-9203-a8acdbe4669b",
"name": "Amazon",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {},
"id": "44e36e2a-f52a-4b9f-b1f8-31a94c69c215",
"name": "Snowflake",
"type": "n8n-nodes-base.snowflake",
"typeVersion": 1,
"position": [
950,
300
]
},
{
"parameters": {},
"id": "967a9596-db3c-4590-a470-40d8d719d98a",
"name": "dbt",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
1200,
300
]
},
{
"parameters": {},
"id": "6ebf5891-970b-4127-a7e3-a42dcaa96cdc",
"name": "SFTP",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
1450,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Shopify",
"type": "main",
"index": 0
}
]
]
},
"Shopify": {
"main": [
[
{
"node": "Amazon",
"type": "main",
"index": 0
}
]
]
},
"Amazon": {
"main": [
[
{
"node": "Snowflake",
"type": "main",
"index": 0
}
]
]
},
"Snowflake": {
"main": [
[
{
"node": "dbt",
"type": "main",
"index": 0
}
]
]
},
"dbt": {
"main": [
[
{
"node": "SFTP",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "5bc966a7-3876-4fee-8943-b11e8301281b"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
01.05 Omnichannel Sales Aggregation & Data Warehousing. Uses shopify, httpRequest, snowflake. Webhook trigger; 7 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/01_05_omnichannel_sales_aggregation_data_warehousing.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.
03.01 Predictive Inventory PO Generation. Uses shopify, httpRequest. Webhook trigger; 5 nodes.
This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.