Is there anyway in Magento 2 to run a report that will give me a report (CSV) that will show me a list of all SKUs in the product catalog that do not have an image attached.
And how exactly do I run the report? Thanks for any insight here. We have way too many products that sync to the site to manaully look through them. Hope there is a way to do this.
Solved! Go to Solution.
Hi @james_derosa
Try the below extension to get the report for missing product images.
https://github.com/dacodmagagula/Magento2-MissingProductImagesReport
I hope it will help you!
Hi @james_derosa
Try the below extension to get the report for missing product images.
https://github.com/dacodmagagula/Magento2-MissingProductImagesReport
I hope it will help you!
Thanks! I will try this out.