shopify-admin-order-risk-report

Query Shopify orders by risk level and output a dated CSV.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly identify which Shopify orders are most likely associated with fraud so you can review them manually instead of wasting time checking every order.

Core Features & Use Cases

  • Fraud risk triage for orders: Queries recent orders and filters them by risk level (high/medium/all) within a configurable lookback window.
  • Risk indicator visibility: Retrieves Shopify-provided risk details (riskFacts) such as address mismatch, risky email domain, and high-risk IP indicators.
  • Operational review queue output: Produces a prioritized report and writes results to a dated CSV for downstream manual workflows.

Quick Start

Use the skill to generate a prioritized fraud review queue for the last 7 days of orders with high risk by requesting: “Run shopify-admin-order-risk-report for store mystore.myshopify.com with risk_level high and days_back 7, output in human format.”

Frequently Asked Questions about shopify-admin-order-risk-report

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

FAQPage Schema
How do I prioritize Shopify orders for manual fraud review?

Shopify order fraud risk triage filters recent orders by high or medium risk levels and extracts specific risk indicators like address mismatches or risky email domains. It requires read-only access via the Shopify GraphQL API and outputs a dated CSV for manual review.

What risk indicators does Shopify provide for detecting fraudulent orders?

Shopify provides riskFacts for detecting fraudulent orders, which include specific indicators such as address mismatches, risky email domains, and high-risk IP addresses. These details are retrieved via the Shopify GraphQL orders query to help you assess whether an order requires manual review.

Can I filter the Shopify fraud review queue by minimum order value and lookback period?

Yes, you can filter the Shopify fraud review queue by configuring a recent lookback period in days and applying an optional minimum order value filter. This allows you to narrow down the prioritized list of high and medium-risk orders to target specific transaction sizes.

How do I export a prioritized fraud risk report to CSV from Shopify Admin?

You can export a prioritized fraud risk report to CSV by querying recent orders via the Shopify GraphQL API, filtering by risk level, and outputting aggregated counts and risk details into a dated CSV file for downstream manual workflows.

Does this fraud triage process require write access to my Shopify store?

No, this fraud triage process does not require write access to your Shopify store. It operates using read-only access via the Shopify GraphQL orders query with pagination to retrieve order data and risk indicators without modifying your store's orders.