Monitor Large Discounts on New Shopify Orders
Receive immediate internal notifications via email whenever a new order is placed with an unusually large discount, helping you prevent potential errors or abuse.
The Problem
Large, unapproved discounts can severely erode profit margins, especially if they're data entry errors, unauthorized staff actions, or attempts at fraud. Manually reviewing every order for discount anomalies is time-consuming and prone to human error, leading to missed revenue and potential financial losses that impact your bottom line.
What This Automation Solves
This Shopify Flow instantly triggers upon every new order. It then intelligently checks if the total discount applied exceeds a set threshold (e.g., $100), automatically tagging the order with 'large-discount' and sending an immediate internal email alert with the exact discount amount, ensuring critical issues are flagged for review.
When to Use This Automation
- When you need to catch potential discount fraud or unauthorized promotions early.
- If you frequently run promotions and need to monitor high-value discount redemptions.
- To quickly identify and review orders where significant manual discounts might have been applied erroneously by staff.
Workflow
Trigger
Step 1Trigger that starts the workflow when an order is created.
Condition
Step 2Checks whether the discount amount is at least 100.
Action
Step 3Tags the order with the large-discount tag.
Action
Step 4Emails youremail@store.com with subject "New order with large {{order.totalDiscountsSet.shopMoney.amount}} discount".
Step-by-Step Setup
- 1
Set the trigger to 'Order created'.
- 2
Add a 'Condition' to check if `order.totalDiscountsSet.shopMoney.amount` is greater than or equal to 100 (or your chosen threshold).
- 3
Add an 'Action' to 'Add order tags' with the tag 'large-discount'.
- 4
Add a second 'Action' to 'Send internal email' to your team with subject: "Large Discount Alert: {{order.totalDiscountsSet.shopMoney.amount}} on Order {{order.name}}".
Related Questions
- How do I change the discount threshold for notifications?
- In the Flow's condition step, simply edit the 'Shop money amount' value to your desired discount threshold. This allows you to customize what constitutes a "large" discount for your store based on your business rules.
- Can I notify multiple team members about large discounts?
- Yes, in the 'Send internal email' action, you can input multiple email addresses separated by commas in the recipient field. This ensures all relevant team members, like finance or customer service, receive the alerts.
- What if a customer uses multiple small discount codes that add up to a large total?
- Shopify Flow's `order.totalDiscountsSet.shopMoney.amount` sums up *all* discounts applied to an order, regardless of how many individual codes or automatic discounts were used, ensuring comprehensive monitoring of the overall discount value.
- Can this Flow automatically cancel orders with unusually large discounts?
- While this particular Flow only sends notifications, you could extend it by adding an 'Action' to 'Cancel order' for extremely high discount amounts. However, this action should be implemented with extreme caution to avoid accidental cancellations.
Recommended Tools & Apps
Launch this automation
Open Shopify Flow and use this page as your setup blueprint.
Merchant Insight
Don't just set it and forget it! Regularly review the 'large-discount' tagged orders to understand *why* these discounts are happening. This data can reveal common errors, potential abuse patterns, or even highlight successful high-value pr
Related Automations
Alert Your Team Instantly to High-Value Orders
Automatically notify key staff members via internal email the moment a high-value order is placed, ensuring prompt attention and personalized service.
How to Immediately Alert Support to Negative Post-Purchase Feedback
Automatically notify your support team of negative customer feedback received after an order, enabling swift resolution and improved customer satisfaction.
Get Instant Alerts When a Specific Discount Code Is Used
Automatically receive an email notification whenever a specific, pre-defined discount code is successfully applied to a customer's order, ensuring real-time usage tracking.