Hi,
I am reviewing the sellingPlanGroupCreate (sellingPlanGroupCreate - GraphQL Admin), and was wondering if this would work with VariantRelationshipBulkUpdate so that items that are pre_order populate the bundles created with VariantRelationshipBulkUpdate.
I am looking to do this via the admin Graph API
Thanks
Chris
Hey @ChrisBradley!
I tested this on my dev store to see what actually happens. The API technically allows it - I successfully created a bundle with productVariantRelationshipBulkUpdate where both the bundle parent and one of the component variants had selling plans attached using productVariantJoinSellingPlanGroups.
However, when I tried adding it to cart on the storefront, I got a 422 error: "The bundle product 'Test Bundle for Selling Plan Components' cannot be added to the cart." So the limitation in the docs is correct - bundles can’t be sold with selling plans. The platform just enforces this at the cart/checkout level instead of rejecting it at the API level.
This applies whether the selling plan is on the bundle parent or on the component variants - either way, it blocks the cart add.
Can you share more about what you’re trying to build? Are you looking to create bundles of pre-order items, or something else? There might be an alternative approach depending on your use case.
Hey,
We are really looking to i guess run pre-order on components of bundle components.
I do wonder with all the limitations of bundles (sales channels, no combined products, cant importing orders, $ allocation in bundle, this), what is the plan for bundles with Shopify?
It honestly seems like a great feature, but seems to have a wide range of limitations.
Thanks @ChrisBradley, I hear you - you raised the issue of $ allocation in the past couple of weeks and have now bumped into another bundles limitation.
I looked into this internally and can confirm the sales channel restrictions, order imports and inability to combine products are real pain points that are on our radar.
Bundles working with selling plans is actually the single most-requested feature for bundles and is actively being worked on by the Selling Strategies team. I can’t share timelines, but it’s recognized as the biggest gap in the feature set and is being prioritized.
Thanks again for taking the time to pass on your feedback and keep an eye on the Developer Changelog over the next little whole for news on additions to our bundles and subscriptions feature sets. If you do have any further feedback or encounter any further pain points while building on Shopify, do let us know and we can pass that on to our product teams!
Thanks so much.
Honestly the other thing that is really annoying is that custom lineitemproperties are not transfer to the items within the bundle.
It would be great if there was the ability to designate where the lineitemproperties of a bundle go to, currently we need to call the order and then write this manually and its damn annoying.
I’ve created a Feature Request internally for custom lineitemproperties to cascade to bundle components. Thanks again for sharing these pain points Chris - it really does help shape the roadmap!
1 Like
@Donal-Shopify Thanks, I am super keen to deploy this further but at the same time its hard when you get blocked from other features.