I am trying to upload configurable product using magmi
Here is my csv
sku | attribute_set | type | category_ids | name | shoes_size | configurable_attributes
---------------------------------------------------------------------------------------------------
config-test_new | Default configurable | 116 | Config Test Product New | L, XL | shoes_size
I even tried to use simple_skus column like this
sku | attribute_set | type | category_ids | name | shoes_size configurable_attributes | simples_skus
-----------------------------------------------------------------------------------------------------------------
config-test_new | Default configurable | 116 | Config Test Product New | L, XL shoes_size | KR0050967,KR0050968
But didn't work.
Can anyone tell me how can i create configurable products using magmi