Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
update_category_duplicates_rollback.php File Reference

Go to the source code of this file.

Variables

 $productRepository = $objectManager->get(\Magento\Catalog\Api\ProductRepositoryInterface::class)
 
 $csvProductSkus = ['simple1', 'simple2', 'simple3']
 

Variable Documentation

◆ $csvProductSkus

$csvProductSkus = ['simple1', 'simple2', 'simple3']

Definition at line 13 of file update_category_duplicates_rollback.php.

◆ $productRepository

$productRepository = $objectManager->get(\Magento\Catalog\Api\ProductRepositoryInterface::class)

Definition at line 12 of file update_category_duplicates_rollback.php.