Magento 2.3.x – Fix “Stock item was unable to be saved” when save products on admin

March 3, 2022 . 1 MIN READ

  • Review if you have a named “default” stock source on your admin. Under Stores > Inventory > Sources. If you don’t have this one, let’s create it.
  • If the problem persist, try running the following commands below:
1

2

3

4

rm -rf generated/*

php bin/magento indexer:reset

php bin/magento indexer:reindex

php bin/magento cache:clean

Reference: https://www.offset101.com/magento-2-3-x-fix-stock-item-unable-saved-save-products-admin/

Leave a Reply

Your email address will not be published. Required fields are marked *