131 $collection = $this->factory->createCollection();
133 foreach ($this->getStoreSettings() as $settings)
135 $fields = $entityFields[$settings[
'ID']]
137 'STORE_ID' => $settings[
'ID'],
140 $storeProduct->setSettings($settings);
141 $collection->add($storeProduct);