null,
ContextService::FALLBACK_CUSTOMER_GROUP
);
$availability = null;
$listingPrices = null;
$combinations = null;
$configurations = null;
$variantConfiguration = null;
$products =
$this->productGateway->
getList($numbers,
$context);
$average =
$this->voteService->
getAverages($products,
$context);
$cheapest =
$this->
getCheapestPrices($products,
$shop->
getId());
$calculated =
$this->
getCalculatedPrices($shop,
$products,
$cheapest);
$categories =
$this->
getCategories($products);
$properties =
$this->
getProperties($products,
$context);
$variantFacet =
$this->variantHelper->
getVariantFacet();
$productIds =
array_map( static function DListProduct
$product) { return $product->
getId();
},
$products );