macopedia / magmi-m2

Magmi GitHub, see branch magento2 for a version compatible with Magento 2
113 stars 53 forks source link

Products Out of Stock #60

Open veronicavg opened 5 years ago

veronicavg commented 5 years ago

Hi, when I create a product with magmi I set both qty (ex: 25) and is_in_stock (ex: 1).

After the reindex, In the product detail on frontend the product is out of stock. If I save the product page on the backend, without modifying anything, the product becomes available on frontend.

Do I have to send a particular value?

Preconditions

My Magento is 2.3.2

Thanks V.

pixiemediaweb commented 4 years ago

^^ just my 2 pence, but I'd bet you a fiver that is to do with MSI (multi source inventory). You could completely disable all the MSI modules to return Magento2 to regular stock handling https://magento.stackexchange.com/questions/273156/how-to-disable-the-msi-in-magento-2-3

tmotyl commented 4 years ago

please provide an example (minimal) csv file which can be used to reproduce the buggy behaviour as well as expected and actual db values you're observing.