How can customers create their own bundles in Shopify?

How can customers create their own bundles in Shopify?

dev-cdgmce
Visitor
2 0 0
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
      ]
    }
  }
]
Reply 1 (1)

GeorgeSumi
Shopify Partner
3 0 0

In case anyone else is looking to achieve this, it can be done with bundle builder apps like Sumi