product-bundles-kits

Manages product bundles with pricing calculation and inventory deduction for ecommerce storefronts.

14|3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/tomtoto757/ecomm-ai-skills-hub --skill product-bundles-kits-tomtoto757
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-bundles-kits
Source: https://github.com/tomtoto757/ecomm-ai-skills-hub/tree/main/skills/catalog-inventory/finsilabs/catalog-inventory/product-bundles-kits
Command: npx skills add https://github.com/tomtoto757/ecomm-ai-skills-hub --skill product-bundles-kits-tomtoto757

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps merchants sell grouped products as bundles or kits while ensuring accurate inventory deduction, transparent bundle pricing, and correct cart grouping so orders, fulfillment, and accounting remain consistent.

Core Features & Use Cases

  • Inventory-safe bundles: atomically validate stock for each component and block add-to-cart when any component is unavailable.
  • Flexible pricing modes: supports sum, fixed, percentage discount, and absolute discount pricing with server-side recalculation.
  • Cart grouping & pro-rated discounts: represent bundles as separate line items linked by a bundle group record and distribute savings proportionally for taxes and fulfillment.
  • Platform recipes: guidance and recommended apps for Shopify, WooCommerce, BigCommerce, and patterns for headless/custom storefronts.
  • Use cases: Frequently Bought Together, mix-and-match kits, curated gift sets, and upsell packages to increase average order value.

Quick Start

Create a bundle by selecting component SKUs, choosing a pricing type (sum, fixed, discount_pct, or discount_abs), and enable server-side availability and pricing recalculation before adding to cart.

Frequently Asked Questions about product-bundles-kits

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

FAQPage Schema
How do I handle inventory deduction for product bundles in a headless storefront?

To handle inventory deduction for product bundles in a headless storefront, atomically validate stock for each component SKU and block add-to-cart when any component is unavailable.

What's the best way to group cart items for mix-and-match kits?

The best way to group cart items for mix-and-match kits is representing them as separate line items linked by a bundle group record, ensuring consistent fulfillment and accounting.

How does pro-rated discount calculation work for frequently-bought-together upsells?

Pro-rated discount calculation for frequently-bought-together upsells works by distributing savings proportionally across line items for accurate taxes and fulfillment.

Can I recalculate bundle pricing server-side for Shopify and BigCommerce?

Yes, you can recalculate bundle pricing server-side for Shopify and BigCommerce. It supports sum, fixed, percentage discount, and absolute discount pricing modes applied before adding to cart.

Why does adding a curated gift set fail when a component variant is out of stock?

Adding a curated gift set fails when a component variant is out of stock because server-side availability checks atomically validate stock for each component and block the add-to-cart action.

Do I need a specific platform app to sell fixed bundles with accurate pricing?

No, you do not need a specific platform app to sell fixed bundles. Platform recipes and recommended apps are provided for Shopify, WooCommerce, BigCommerce, and headless storefronts.