shopify-admin-publication-channel-audit

Identify active Shopify products missing required sales channels via GraphQL queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Products can be active in Shopify’s catalog but silently missing from important sales channels, which can directly suppress revenue without obvious errors in day-to-day operations.

Core Features & Use Cases

  • Sales-channel visibility audit: Queries sales channel publications and maps which active products are actually published to them.
  • Required channel validation: Flags active products missing one or more specified channels (defaulting to Online Store).
  • Safe, read-only reporting: Produces a CSV report summarizing missing channel issues without performing any mutations.

Quick Start

Run shopify-admin-publication-channel-audit for your store domain to generate a CSV of active products missing required sales channels.

Frequently Asked Questions about shopify-admin-publication-channel-audit

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

FAQPage Schema
How do I find Shopify products missing from sales channels?

To find Shopify products missing from sales channels, run a publication audit using GraphQL queries to map active catalog items against required publications. It identifies active products not published to specified channels and outputs a CSV or JSON summary report.

Why are my active Shopify products not showing on Google Shopping or Meta?

Active Shopify products may not show on Google Shopping or Meta if they are missing from those specific sales channel publications. A publication audit checks visibility across channels and flags items failing required channel validation to prevent silent revenue loss.

Can I generate a CSV report of unpublished Shopify products without modifying my store?

Yes, you can generate a CSV report of unpublished Shopify products without modifying your store. The audit performs read-only GraphQL queries with pagination to produce a safe CSV or JSON summary of missing channel issues without executing any store mutations.

When do I need a Shopify sales channel visibility audit?

You need a Shopify sales channel visibility audit after catalog imports, channel setup changes, or during periodic store health checks. It validates that active products are published to required sales channels like Online Store, preventing suppressed revenue from silent publication failures.

Does the Shopify publication audit require write access to my store?

No, the Shopify publication audit does not require write access to your store. It requires authenticated read access to products and publications to perform safe, read-only GraphQL queries and generate a summary report without performing any mutations.

What is the best way to audit product visibility across multiple Shopify sales channels?

The best way to audit product visibility across multiple Shopify sales channels is to run a GraphQL-based publication audit. It queries channel publications, maps active products against them, and flags items missing required channels, outputting a structured CSV or JSON summary.