Cross-Channel Listing Health Audit

Free CSV audit kit for multi-channel sellers — catch oversells, stale listings, and price gaps before they hurt you.

🔍 What the tool flags

CRITICAL Same SKU active on multiple channels with different quantities — oversell risk
HIGH SKU active on one channel but inactive/dead on another — stale listing
MEDIUM Same item priced 20%+ differently across channels — price gap

📦 What's in the kit

📄 cross_channel_audit.py11.1 KB
📄 verify_kit.py8.5 KB
📄 README.md4.9 KB
📁 samples/etsy_sample.csv199 B
📁 samples/ebay_sample.csv222 B
📁 samples/shopify_sample.csv179 B
📁 samples/amazon_sample.csv240 B
📁 samples/walmart_sample.csv194 B
📁 reports/sample-cross-channel-audit.md3.9 KB
📁 docs/how-to-export-csvs.md1.3 KB

▶️ Quick start

python3 cross_channel_audit.py \
  samples/etsy_sample.csv=Etsy \
  samples/ebay_sample.csv=eBay \
  samples/shopify_sample.csv=Shopify \
  samples/amazon_sample.csv=Amazon \
  samples/walmart_sample.csv=Walmart \
  --out reports/my-audit.md
✅ Verified on the sample CSVs: 20 rows, 5 SKUs across Etsy + eBay + Shopify + Amazon + Walmart → 2 CRITICAL oversells, 2 HIGH stale listings, 2 MEDIUM price gaps.

🔒 Privacy

Everything runs locally on your machine. The tool reads only SKU, title, quantity, price, listing status, and channel. No customer data. No revenue. No order history. No data is sent anywhere.

🛠 Requirements

No checkout. No payment. No SaaS.
This is a free offline CSV audit tool — the kit is the deliverable. There is no software product for sale here. Use it directly with your own CSV exports.