Question

Exception #0 (Magento\Framework\Exception\LocalizedException): The "id" attribute name is invalid. Reset the name and try again. Here is my code

...
\Magento\Catalog\Model\ResourceModel\Product\CollectionFactory $productCollectionFactory, 
...

$collection = $this->_productCollectionFactory->create();
$collection->addAttributeToSelect('*')->addAttributeToFilter('id',array("in"=>$productIds));

Can everybody helps me ? Thanks

No correct solution

OTHER TIPS

If you are looking to filtering by product ID, then use entity_id as 'id' column does not exist in the OOTB Magento products table.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top