Hello,
in my shop, I have installed the default Shopify Bundles app. It works fine for creating bundles manually.
Unfortunately, when I use the productBundleCreate GraphQL mutation (via my own app), the bundle instance I create is not editable via Shopify Bundles. Instead, there is an edit link that points to my own application (the one that actually runs the mutation).
I don’t want to re-invent the wheel and build an interface to manage bundles in my app; I just wanted to create the bundles in bulk, and edit them in Shopify Bundles if needed.
Is there a way to achieve this?