shopify-admin-duplicate-sku-barcode-detector

Detect duplicate SKU and barcode identifiers across Shopify product variants via GraphQL.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you detect duplicate SKUs or barcodes across all Shopify product variants, preventing inventory sync failures, incorrect routing, and accounting mismatches caused by shared identifiers.

Core Features & Use Cases

  • Duplicate identifier detection (read-only): Scans variant-level sku and barcode values to find keys used by more than one variant.
  • Optional blank SKU surfacing: Flags variants with null or empty SKUs when you need to diagnose fulfillment or 3PL issues.
  • Flexible output formats: Produces a human-readable report and/or a JSON summary, plus a CSV file for downstream cleanup.

Use case example: After a bulk product import, run this Skill to locate repeated SKUs or barcodes so you can correct the catalog before syncing inventory or processing orders.

Quick Start

Run the shopify-admin-duplicate-sku-barcode-detector on your store domain with check_skus and check_barcodes enabled to generate a duplicate SKU/barcode report and CSV.

Frequently Asked Questions about shopify-admin-duplicate-sku-barcode-detector

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

FAQPage Schema
How do I find duplicate SKUs and barcodes in my Shopify store?

To find duplicate SKUs and barcodes in Shopify, scan product variants via Admin GraphQL productVariants queries to identify identifiers shared across multiple variants. This read-only audit prevents inventory sync failures and catalog errors without mutating store data.

Why do duplicate SKUs cause fulfillment errors in Shopify?

Duplicate SKUs cause Shopify fulfillment errors because shared identifiers route inventory sync and orders to the wrong product variants. When multiple variants share the same SKU or barcode, 3PL systems and accounting tools cannot distinguish individual catalog items.

When should I run a Shopify barcode and SKU audit?

You should run a Shopify barcode and SKU audit after bulk product imports, catalog migrations, or routine hygiene checks. These operations frequently introduce shared identifiers across variants, making validation necessary before syncing inventory or processing downstream orders.

Does this duplicate SKU detector modify my Shopify product catalog?

This duplicate SKU detector does not modify your Shopify product catalog. It operates with authenticated read-only access via GraphQL queries and produces CSV and JSON reports solely to surface duplicates for manual cleanup.

How do I check for blank SKUs across Shopify variants?

To check for blank SKUs across Shopify variants, enable the optional blank SKU surfacing feature during the audit. This flags product variants with null or empty SKU values to diagnose fulfillment or 3PL routing issues.

What format are Shopify duplicate barcode reports exported in?

Shopify duplicate barcode reports are exported in CSV and structured JSON formats. These outputs provide a human-readable summary alongside a CSV file for downstream catalog cleanup and data correction.