shopify-admin-vendor-consolidation

Detect Shopify vendor field duplicates and output a CSV merge worklist.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Vendor field typos, casing differences, and trailing whitespace fragments your supplier data, breaking vendor-based reporting and making reconciliation harder.

Core Features & Use Cases

  • Read-only vendor normalization audit: Scans all products, normalizes the vendor field, and identifies near-duplicate vendor strings.
  • Duplicate clustering and canonical recommendations: Clusters vendor variants (e.g., Acme vs ACME vs Acme Inc) and selects a recommended canonical vendor per cluster using similarity thresholds and tie-break rules.
  • Actionable migration worklist output: Produces a CSV report showing which products should move to the canonical vendor, sorted by highest impact first.

Quick Start

Run shopify-admin-vendor-consolidation for your store to generate a vendor_consolidation_<date>.csv report recommending canonical vendor merges for catalog cleanup.

Frequently Asked Questions about shopify-admin-vendor-consolidation

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

FAQPage Schema
How do I find duplicate vendor names in my Shopify catalog?

To find duplicate vendor names in your Shopify catalog, this Skill performs a read-only GraphQL products query, normalizes the vendor strings, and clusters near-duplicates like Acme and ACME together using a configurable similarity threshold.

What causes fragmented vendor data in Shopify reporting?

Fragmented vendor data in Shopify reporting is caused by vendor field typos, casing differences, and trailing whitespace. These inconsistencies degrade vendor-based navigation and make supplier reconciliation harder across your product catalog.

Can I export a Shopify vendor cleanup worklist to CSV?

Yes, you can export a Shopify vendor cleanup worklist to CSV. This Skill generates a dated CSV report detailing which products should move to a recommended canonical vendor, sorted by highest impact first for follow-up consolidation.

Does this vendor consolidation tool modify my Shopify products directly?

No, this vendor consolidation tool does not modify your Shopify products directly. It performs a read-only audit of your catalog and outputs a CSV migration worklist for you to apply changes in a separate follow-up workflow.

How are canonical vendor names selected during catalog normalization?

Canonical vendor names are selected during catalog normalization by clustering vendor variants and applying a configurable similarity threshold alongside tie-break rules to recommend the most appropriate canonical vendor string per group.