shopify-admin-high-risk-order-tagger

Tag and hold high-risk Shopify orders for manual review.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-high-risk-order-tagger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-high-risk-order-tagger
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/order-intelligence/shopify-admin-high-risk-order-tagger
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-high-risk-order-tagger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents high-risk Shopify orders from slipping through unnoticed by automatically identifying likely fraud cases, then creating an internal review queue via order tagging and optional fulfillment holds.

Core Features & Use Cases

  • High-risk order discovery: Pulls orders flagged as high-risk within a configurable lookback window (default last 24 hours) and filters by minimum order value when needed.
  • Staff visibility via tagging: Adds a dedicated tag (default fraud-review) so support and fraud teams can rapidly triage affected orders.
  • Optional fulfillment protection: When enabled, places a fulfillment hold on the associated fulfillment order to stop shipping until the case is reviewed and the hold is released.
  • Dry-run safety: Supports dry_run: true to preview which orders would be tagged/held without executing mutations.

Quick Start

Run the skill for your store domain with dry_run set to true for the last day, then rerun with dry_run set to false to tag and place holds for the matched high-risk orders.

Frequently Asked Questions about shopify-admin-high-risk-order-tagger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I tag high-risk Shopify orders for manual fraud review?

To tag high-risk Shopify orders for manual fraud review, the skill queries recent orders via GraphQL and applies a dedicated tag like `fraud-review` so support staff can easily triage affected cases. You can configure a lookback window and minimum order value to filter results.

Can I place a fulfillment hold on Shopify orders flagged as high risk?

Yes, you can place a fulfillment hold on Shopify orders flagged as high risk. When enabled, the skill uses the fulfillmentOrderHold mutation to stop shipping on tagged orders until your team reviews the case and manually releases the hold.

How do I safely preview which Shopify orders will be tagged before making changes?

You can safely preview which Shopify orders will be tagged by running the skill with the `dry_run` parameter set to true. This executes queries to identify high-risk orders without applying tags or fulfillment hold mutations to your store.

What Shopify permissions are needed to automate fraud triage and order holds?

Automating fraud triage and order holds requires authenticated Shopify CLI access with read and write order scopes. These permissions allow the skill to query orders via GraphQL and execute mutations for adding tags and holding fulfillments.

How do I filter Shopify fraud triage to only target high-value orders?

To filter Shopify fraud triage for high-value orders, you can set a minimum order value parameter. The skill evaluates orders flagged as high risk within a configurable lookback window and only processes those that meet your specified value threshold.