All things Shopify and commerce
is there a way in Shopify to let customers create their own bundles? We have tried creating a Shopify extension with MergeOperation using this doc:
https://shopify.dev/docs/apps/selling-strategies/bundles/add-a-customized-bundle
But there is a problem.
The bundle is only created when all child products connected to the parent product are added to the cart and the quantity of each product has to be 1.The process should look like this:
1. For example we have a list of 24 products displayed on a custom page.
2. The customer can decide which products and how much of them they want in the bundle.
3. If they checkout all selected products should be in one bundle.
4. Price of the bundle should be a total of products quantity * price.Shopify Bundle Setup:
1. All child products are added in component_reference in the parent product.
2. All child products have the same component_parents:
[
{
"id": "gid://shopify/ProductVariant/43474051858599",
"component_reference": {
"value": [
"gid://shopify/ProductVariant/43474037604519",
"gid://shopify/ProductVariant/43474046681255"
]
},
"component_quantities": {
"value": [
1,
1
]
}
}
]
In case anyone else is looking to achieve this, it can be done with bundle builder apps like Sumi.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025