Intermittent 422 Unprocessable Content errors when adding Shopify customized bundle products to cart. Storefront messages include: “All 0 {product name} are in your cart.” and “The {product name} cannot be added to cart.” In some cases the bundle is actually added (confirmed by Functions logs), but the UI returns an error.
Behavior and scope:
Not reliably reproducible; once triggered, persists for that product until /cart/clear, then works again.
Does not affect other items in the cart at the same time.
Occurs across themes (Dawn, Crave, Pipeline) and multiple merchants; also reproduced following Shopify’s tutorial.
Checkout may show “Inventory issues – bundled item is sold out.”
Attempts/workarounds:
Inventory adjustments and setting inventory policy to CONTINUE did not help.
Sample payloads and theme code (application/x-www-form-urlencoded POST to /cart/add.js) provided; code snippets are central for debugging.
Shopify status:
Acknowledged by staff; suspected link to a recent rollout.
Escalated from Functions team to Cart team; investigation ongoing, no fix or ETA shared.
Impact and state:
Blocks adding custom bundles in some live stores, affecting checkout migration timelines.
Issue remains unresolved; awaiting root cause and fix from Shopify.
Summarized with AI on December 11.
AI used: gpt-5.
I’m getting intermittent 422 Unprocessable Content errors on Merchants stores when adding bundle products to cart that run Expand. There’s no reliable way to replicate the error, and the payloads for successful and non successful calls are exactly the same.
{
"status": 422,
"message": "Cart Error",
"description": "All 0 {product name} are in your cart."
}
The bundle does successfully add to cart which and shows a success in Functions logs, but the user (and the merchant) is presented with a storefront error - which is a huge issue for public apps.
@SBD We were able to replicate this again temporarily today.
Again, the bundle product adds to cart but returns the same 422 error consistently “All 0 {product name} are in your cart.”.
When trying to remove the bundle product from cart, another 422 error flags “The {product name} cannot be added to cart”.
If I go to /cart/clear to clear the cart, the product begins functioning again.
Once the error appears, it continuously appears for that product until the cart is cleared with /clear
The error does not appear for other products (bundle or standard) that in the cart, or being added to the cart, when an error prone product is already in cart, or experiencing issues.
Perhaps this is related to a bug that appears in cart, in a very specific instance - though we haven’t been able to find exactly what that instance is.
It honestly seems entirely random, given we had been adding this particular product to cart without issue for hours while working on other things.
Data below - I also have links to the successful Functions that ran at this time if you need.
Updated payloads with the error if they help at all…
I’m getting this exact same issue.. Any luck getting it to work? I’ve tried modifying the bundle product’s variant with inventory, changing the inventory policy to “CONTINUE” and updating the child products with no success
Same here, are there any updates on this? Can’t add a custom bundle to cart. Worked fine in a Dev Store, but breaks in a live store with the new checkout
@SBD this issue still occurs on some of our stores, has there been a fix on this and will there be a fix on this before the checkout migration deadline ?
we can not add custom bundles to the cart and we are getting this error.
→ we have to upgrade stores to the new custom bundle feature cause we also have to upgrade the checkout. (our alternations require this.)
and we get this error on some of the required stores them.
we need this functioning before we can perform the checkout migrahtions on some stores so the urgency is pretty high here.