I want to get the unmatched product ids of catalog products with a custom module collection product ids.
For Example :
-
The catalog product entity table has 12,14,15,16 product ids
-
The custom table has 12,14 product ids.
Result: 15,16 -> Unmatched Product Ids.
How we can achieve this using Magento standard approach?