Domanda

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

Nessuna soluzione corretta

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top