Issue: Bundles & B2B Error - 'Bundled items can't be added to B2B orders for this location' #522
anthony-v-sundae-lane
started this conversation in
Feedback: Cart Transform API
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is an oversight/error, or an unintended restriction not mentioned in the docs.
When a bundled product is added to cart via a B2B customers catalog, the bundle does not add and returns the following error:
{ "status": 422, "message": "Cart Error", "description": "Bundled items can't be added to B2B orders for this location." }
This issue was originally flagged by a merchant using our public mix and match bundles app. I've replicated this using our app, and also the Shopify bundles app (fixed bundles), on a development store with B2B customer accounts and catalogs.
Steps to repeat:
I was not able to see any restrictions with bundles and B2B on the help docs:
Bundles eligibility docs - https://help.shopify.com/en/manual/products/bundles/eligibility-and-considerations
B2B considerations docs - https://help.shopify.com/en/manual/b2b/considerations
Expected outcome if B2B DOES support Bundles
If bundles are eligible to be sold on B2B catalogs:
Existing product reference metafields on the product page show a context aware price - ie the catalog price, not the original product price.
As apps and other services may use these metafields for pricing information, any bundle discounts should be applied in addition to the discounted B2B catalog price.
Expected outcome if B2B DOES NOT support Bundles
If Bundle Products are not eligible for B2B scenarios, then they should not be able to be published to B2B catalogs.
Beta Was this translation helpful? Give feedback.
All reactions