Magento 2 – find products without category

You may also like...

2 Responses

  1. Regex SEO says:

    Hey there. Is there a way to get products without category with SQL or admin?

    • magemaster says:

      A simple SQL query for this is:
      select * from catalog_product_entity where entity_id not in (select product_id from catalog_category_product)

Leave a Reply