shopify-admin-bundle-availability-check

Check Shopify bundle component inventory and output fulfillment-viability CSV.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents customers from purchasing bundle products that look available on the storefront but cannot actually be fulfilled due to insufficient inventory of one or more required components.

Core Features & Use Cases

  • Bundle-by-bundle inventory validation: Scans native Shopify bundles and metafield-defined bundles to ensure every component variant has enough stock to build the bundle quantity.
  • Bottleneck detection: Identifies the specific component that limits fulfillment and computes the maximum buildable units.
  • Read-only reporting: Produces a CSV report without performing any mutations, making it safe for frequent checks and operational workflows.
  • Safety buffer support: Applies configurable safety stock so components can remain available for standalone sales while still validating bundle fulfillment.

Quick Start

Run shopify-admin-bundle-availability-check for your store to generate a CSV showing which bundle products are fully buildable and which are broken due to component stockouts.

Frequently Asked Questions about shopify-admin-bundle-availability-check

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

FAQPage Schema
How do I check if Shopify bundle products have enough component inventory to fulfill?

To check Shopify bundle fulfillment, scan component variant inventory against required bundle quantities to detect stockouts. This identifies the specific bottleneck component and computes the maximum buildable units, preventing the sale of unfulfillable bundles.

Does Shopify bundle inventory validation work with metafield-defined custom bundles?

Shopify bundle inventory validation applies to native bundles and metafield-defined bundles specified as JSON variantId/quantity lists. It queries products, variants, and inventory levels to validate fulfillment readiness for both bundle types.

What is a bundle bottleneck calculation and how does it prevent overselling?

A bundle bottleneck calculation identifies the specific component variant limiting fulfillment and computes the maximum buildable units. This prevents overselling by exposing bundles lacking sufficient component inventory to ship.

Can I generate a CSV report of unfulfillable Shopify bundles without modifying store data?

You can generate a fulfillment-viability CSV report of unfulfillable Shopify bundles without modifying data using read-only Shopify API access. The report includes bottleneck and max-buildable calculations while performing no store mutations.

How do I apply safety stock buffers to Shopify bundle components during inventory checks?

Apply configurable safety stock buffers to Shopify bundle components during inventory checks to reserve stock for standalone sales. This ensures components remain available for individual fulfillment while validating bundle buildability.

Why does a Shopify bundle show available on storefront but fail fulfillment?

A Shopify bundle shows available but fails fulfillment when component variant inventory is insufficient to build the required bundle quantity. Bottleneck detection identifies the limiting component and calculates the actual maximum buildable units.