Magento2 Admin – How to Assign Simple Product to Configurable Product

adminconfigurable-productmagento-2.1magento2

I have existing simple products I need to assign to configurable products, however I can't find any interface to do this. This was possible in Magento 1, but I can't see where it is possible in Magento 2.

The only configurations interface I can see will only allow the creation of new products:

Screenshot of configurable product admin interface

Is there a way to associate existing simple products to existing configurable products using the admin interface?

Best Answer

In Magento 2 you need to first use the Create configurations tool to create the simple products to associate, then you need to replace the auto-generated versions with the simple products you actually want.

Magento2 configurable product options

Related Topic