The exact workflow from our n8n Shopify node guide, ready to import. It checks Shopify for recent orders every hour, tags any order over $200 as VIP with the built-in Shopify node, and emails you a digest of what was tagged.
- Reads orders with the native Shopify node (Order, Get Many)
- Writes a tag back safely without erasing existing tags (Order, Update)
- Filter, digest Code node, and Gmail step already wired
- Set to inactive with credential placeholders, so you add your own keys safely
- Works on n8n Cloud and self-hosted