๐ How it works
Runs daily at 06:00 UTC, pulls every Shopify product variant's stock level,
calculates real sales velocity from the last 7 days of orders, then uses
GPT-4o to predict stockout dates and decide whether to reorder โ automatically.
- ๐๏ธ Fetches all Shopify product variants and current inventory quantities
- ๐ฆ Pulls the last 7 days of orders and computes units sold per variant
- โก Calculates sales velocity (units/day) and estimated days until stockout
- ๐ค AI Agent classifies risk: critical / high / medium / low and recommends reorder quantity (30-day demand + 20% safety buffer)
- ๐ง Sends a formatted reorder request email to your supplier for high-risk variants
- ๐ Logs every decision (reordered or skipped) to Google Sheets for inventory tracking
๐ ๏ธ Set up steps
Estimated setup time: ~15 minutes
- Shopify โ create a Custom App in your Shopify Admin โ Apps โ Develop Apps; enable
read_products and read_orders scopes; copy the Admin API Access Token
- OpenAI โ connect your OpenAI API credential (GPT-4o)
- Gmail โ connect Gmail OAuth2; replace
[email protected] with your real supplier address
- Google Sheets โ connect Google Sheets OAuth2; replace
YOUR_REORDER_LOG_SHEET_ID with your sheet ID; create a sheet tab named Reorder Log
- Follow the sticky notes inside the workflow for per-node guidance
๐ Prerequisites
- Shopify store (any plan with Admin API access)
- OpenAI API key
- Gmail account for supplier notifications
- Google Sheets for reorder log
Custom Workflow Request with Personal Dashboard
[email protected]
https://www.smartflowcraft.com/contact
More free templates
https://www.smartflowcraft.com/n8n-templates