shopify-admin-shipping-rate-audit

Audit Shopify delivery profiles and zone shipping methods for configuration gaps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Misconfigured delivery zones can silently remove available shipping methods for certain geographies, causing checkout failures and lost conversions.

Core Features & Use Cases

  • Delivery profile audit (read-only): Walks every delivery profile and zone to verify that each has at least one valid shipping rate configured.
  • Manual-only and zero-rate detection: Flags zones with no rates, or zones that only have manual flat rates when carrier-calculated rates are expected.
  • Threshold-based anomaly surfacing: Optionally flags suspiciously high rate amounts that may indicate typos or stale configurations.
  • Output for operational follow-up: Produces a CSV summarizing profiles, zones, counts, min/max rates, currency, and issue type.

Quick Start

Run the shipping-rate-audit on your store to generate an “at risk” CSV of zones with no rates or only manual rates.

Frequently Asked Questions about shopify-admin-shipping-rate-audit

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

FAQPage Schema
How do I audit Shopify delivery profiles for missing shipping rates?

Auditing Shopify delivery profiles involves querying every zone and shipping method to detect checkout-breaking configuration gaps. This process flags zones with zero rates or manual-only rates and outputs the results as a CSV or JSON summary for operational follow-up.

Why does my Shopify checkout fail for certain delivery zones?

Shopify shipping zones break checkout when delivery profiles have zero rates or only manual flat rates configured. Auditing delivery profiles detects these misconfiguration gaps and flags zones causing checkout failures before they impact conversions.

How do I check Shopify shipping zones after launching a new region?

Checking Shopify shipping zones after a region launch requires verifying that each delivery profile has valid shipping rates configured. Running a shipping rate audit flags zones with missing rates or suspiciously high amounts that may indicate stale configurations.

Can I detect manual-only shipping rates across all Shopify delivery profiles?

Yes, you can detect manual-only shipping rates by querying all Shopify delivery profiles and zone rate definitions. The audit specifically flags zones that lack carrier-calculated rates and only have manual flat rates configured, outputting them in a CSV summary.

Do I need read_shipping access to audit Shopify delivery profiles?

Running a Shopify shipping rate audit requires read_shipping access to query delivery profiles, zones, and rate definitions. This read-only permission allows the audit to inspect all zone shipping methods and output a CSV summary of configuration issues.

What is the best way to export a CSV report of Shopify shipping rate misconfigurations?

Exporting a CSV report of Shopify shipping rate misconfigurations is done by running a delivery profile audit. The resulting CSV summarizes profiles, zones, rate counts, min/max rates, currency, and issue types for operational follow-up.