When i import a file my cataloginventory_stock_status table not filled and therefore inventory_stock_1 view also empty. My products not showing at the frontend.
Kindly tell the solution of this problem.
Hello @ayesha_khalid,
Please reindex the table by excuting the following command from your magento root directory:
bin/magento indexer:reindex
Then check again, I hope this will help you.
If it helps you, please accept it as solution and give kudos.
Regards.
Hello @ayesha_khalid
Try to save one product in backend and check that particular product status updated in the table.
If the stock status is updated, then you may save all product manually or create root script using
ProductRepository and save all products.
Hope it helps.