MDVA-11189: cataloginventory_stock rows deleted post CSV import
The MDVA-11189 Adobe Commerce patch fixes the issue when after importing a .csv file to update product stock, rows from the cataloginventory_stock
table are deleted. This patch is available when the Quality Patches Tool (QPT) 1.0.20 is installed. The patch ID is MDVA-1189. Please note that the issue was fixed in Adobe Commerce 2.3.5.
Affected products and versions
The patch is created for Adobe Commerce version: Adobe Commerce on cloud infrastructure 2.2.3
Compatible with Adobe Commerce versions: Adobe Commerce (all deployment methods) 2.3.0-2.3.4-p2
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.Issue
Fixes the issue when after importing a .csv
to update product stock, rows from the cataloginventory_stock
table are deleted.
Steps to reproduce:
-
In the database run the following MySQL command:
select count(*) from cataloginventory_stock_status;
-
Note the number of rows.
-
Set the crontab as follows:
* * * * * /usr/bin/php <path to installation>/bin/magento cron:run | grep -v "Ran jobs by schedule" >> <path to installation>/var/log/cron.log 2>&1
-
Go to the Admin panel in System > Tools > Index Management.
-
Set indexers to Update By Schedule.
-
Go to System > Data Transfer > Export.
-
Set Entity Type equal to Products > Continue.
-
Open the saved
.csv
file > Remove all columns except for SKU and QTY. -
Update the quantity for all products to 150.
-
Save the
.csv
file. -
Go to System > Data Transfer > Import .
-
Set the following values:
- Entity Type: Products
- Import Behavior: Add/Update
- Leave all other values at default.
- Choose File to select the catalog product spreadsheet.
-
Click Check Data > Import. Allow 5-10 minutes to pass.
-
In the database run the following MySQL command:
select count(*) from cataloginventory_stock_status;
Actual result:
The number of rows in cataloginventory_stock
is decreased after the CSV import to update the stock.
Expected result:
The number of rows in cataloginventory_stock
should remain the same after the CSV import to update the stock.
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- Adobe Commerce or Magento Open Source on-premises: Software Update Guide > Apply Patches in our developer documentation.
- Adobe Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in our developer documentation.
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool released: a new tool to self-serve quality patches in our support knowledge base.
- Check if patch is available for your Adobe Commerce issue using Quality Patches Tool in our support knowledge base.
For info about other patches available in QPT, refer to Patches available in QPT in our developer documentation.