I am using emagic one to import 35,000 products into a new instance of Magento 2.4.7.
The import goes well, with all product fields and images imported.
The issue that I have is that “saleable quantity” is set to zero for all products, even though “qty” is set to 10,000 for all products.
I understand that saleable quantity = quantity – reservations
In Magento 2.4.3-p1 I used to be able to use the native import products facility to import a csv file with “sku”,”qty” and “is_in_stock” (after I had imported products via emagic one) and this would change the “saleable quantity” to 10,000 for each product.
However this does not seem to work with Magento 2.4.7
Does anyone have any suggestions as how to set saleable quantity in bulk in Magento 2.4.7?
Thanks Jim