Prerequisites: Shopify store domain and Admin API access token.
Build an e-commerce inventory workflow from template #96: check Shopify stock, create an urgent restock task, and request purchase approval when levels are low.
What this template does
- Check Product Stock — Shopify get product.
- Create Restock Task — critical task for warehouse.
- Approve Purchase Order — purchasing manager approval.
Step 1 — Load the template
- Studio → Templates → search
Inventory Low-Stock. - Load template #96.
Step 2 — Shopify
- Set Shop domain and Access token in the Shopify node.
- Enter the Product ID to monitor (or add a Condition for
inventory < threshold).
Step 3 — Tasks and approval
- Configure warehouse assignee in Create Restock Task.
- Set purchasing manager in Approve Purchase Order.
Step 4 — Schedule
Add a Cron Schedule trigger (e.g. daily) upstream to poll inventory automatically.
Related tutorials
- Purchase Approval Workflow — approval pattern.
- Schedule a Nightly Job — recurring checks.