Shopify already computes a fraud-risk recommendation on many orders — Cancel, Investigate, or nothing worth flagging — but that signal stays on the individual order's page. Nothing filters your order list, your fulfillment queue, or a packing-slip app by it unless something turns it into a tag.
Why Shopify doesn't tag this natively
The risk recommendation is real, computed data, visible the moment you open a flagged order — but it isn't a tag, so a saved search, a fulfillment app, or a staff member scanning the order list for what needs review has no fast way to find it without opening orders one at a time. On a store doing meaningful volume, that means risky orders get exactly the same unhurried attention as any other order, right up until someone happens to check.
The fix: a rule that reads the real recommendation
An auto-tagging rule can check Shopify's own risk recommendation and tag the order the moment it's computed:
If order's risk recommendation is one of Cancel, Investigate → tag needs-review.
Because the tag lands on the order, it's visible in the order list, filterable in a saved search, and readable by any fulfillment tool that only knows how to check tags — holding a risky order back from shipping without anyone having to remember to check it manually.
Because it's a rule:
- Split by recommendation if your process differs — a Cancel-recommended order might route somewhere different than an Investigate-recommended one.
- Combine with other conditions — a risky order over a certain value, if only large risky orders need a manual hold before smaller ones ship automatically.
- Catches up on recent orders — turning the rule on sweeps your recent order history too, not just orders placed from that moment forward.
Why preview it first
Confirming the rule reads Shopify's actual recommendation field — not a guess at what the values are called — matters here specifically, since a silently-empty rule looks identical to a store with no risky orders at all. Previewing against a real flagged order closes that gap before you rely on it.
Rules2Tag is built to run rules like this — reading Shopify's own fraud signal rather than a manual check, previewed against a live order before it runs.