Skip to content

Instantly share code, notes, and snippets.

@drew7721
drew7721 / collection.php
Created July 18, 2017 19:28
Magento 2 ProductRepository Example
<?php
private function getProductInfoByAriSkus($ariSkus)
{
$productInfo = [];
if (!empty($ariSkus)) {
/** @var Collection $productCollection*/
$productCollection = $this->product
->getCollection()
->addAttributeToSelect([