Hello there
I've just made a simple import CSV file to update around 1000 product i got online
column were "sku", "statut" and "manufacturer"
I just wana change the statut to Disabled, as i will have to reactivated them later after a price update
But all the products have disapeared from the back end!!
Is that normal?
Thanks
Hello @julien_nguyen
Did you try running indexing?
Also, did you append the data or you delete the old data?
Hello @julien_nguyen ,
Please login via terminal and go to magento root directory and run below command
php bin/magento indexer:reindex
--
If my answer is useful, please Accept as Solution & give Kudos