Skip to content

Instantly share code, notes, and snippets.

@kmddevdani
kmddevdani / magento2_add_simple_to_configurable_product.php
Last active May 21, 2018 03:33
Magento2: Add a simple product to a configurable product
<?php
class ProductManager implements ProductManagerInterface
{
/**
* @var \Magento\Catalog\Api\ProductRepositoryInterface
*/
private $prodRep;
public function __construct()