Add a fixed bundle
A fixed bundle is the default implementation to support basic bundle use cases across Shopify’s ecosystem. These include standard bundles and multi-pack bundles that fit within Shopify’s variant limits.
This guide explains the possible types of fixed bundles, which vary based on the granularity of configuration:
- Product fixed bundles, configured at the product level.
- Variant fixed bundles, configured at the variant level.
Product fixed bundles
Anchor link to section titled "Product fixed bundles"Product fixed bundles are bundles configured at the product level, where relationships are defined using products and option values. The API is responsible for mapping all the underlying variants of the bundle parent product to the component products.
Variant fixed bundles
Anchor link to section titled "Variant fixed bundles"Variant fixed bundles are bundles configured at the variant level, where relationships are defined using variants.
- Learn how to create product fixed bundles.
- Learn how to create variant fixed bundles.