Discussions on bundle app development
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.
Solved! Go to the solution
This is an accepted solution.
This bug occurs when the B2B Company trying to add the product to cart does not have a Billing/Shipping address.
Adding these values resolved the add to cart errors.
This is an accepted solution.
This bug occurs when the B2B Company trying to add the product to cart does not have a Billing/Shipping address.
Adding these values resolved the add to cart errors.