The MDVA-35197 patch fixes the issue where there’s an error when adding to cart using GraphQL if previously added products become out of stock. This patch is available when the Quality Patches Tool (QPT) 1.0.17 is installed.
The patch is created for Adobe Commerce version:
Adobe Commerce on cloud infrastructure 2.3.6
Compatible with Adobe Commerce versions:
Adobe Commerce (all deployment methods) 2.3.5 - 2.3.6-p1
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your Adobe Commerce version, update the magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.
Error when trying to add a product to cart via GraphQL if the other product already in the cart (also added via GraphQL) becomes out of stock.
Steps to reproduce:
Expected results:
In-stock products can be added to the cart.
Actual results:
GraphQL error message: Some of the products are out of stock. A new “in-stock” product cannot be added.
To apply individual patches, use the following links depending on your deployment method:
To learn more about Quality Patches Tool, refer to:
For info about other patches available in QPT, refer to Patches available in QPT in our developer documentation.