Price Per Component In Shopify Bundles App

Topic summary

A merchant migrating from another e-commerce platform seeks to set individual prices for components within product bundles, rather than just a total bundle price. The native Shopify Bundles app lacks this capability.

Proposed Solutions:

  • Cart Transform API approach: Organize products into collections (e.g., Clothing, Accessories) and use a Cart Transform function to apply collection-based discounts, effectively creating component-specific pricing. The API can set fixed per-unit prices for bundle component variants.

  • Third-party app: Easify Product Options is suggested as an alternative that allows setting individual prices for each bundle component through a simpler interface.

Key limitation: The Shopify Bundles app itself does not support setting component prices directly; customization requires either API development or third-party solutions.

The discussion remains open with multiple technical approaches offered but no final implementation chosen.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

The cart transform API can set a fixed price per unit for each bundle component variant: https://shopify.dev/docs/api/functions/reference/cart-transform#example-expand-operation

However, I don’t think you can set the component prices in the Shopify Bundles app.