I'm trying to import grouped products with their associated products, but it seems like something is missing. I'm using Magento 2.1.5
Grouped product imports fine, but it doesn't have any grouped producs associated to it. Where could be the problem?
Using a column : _associated_sku
Tried passing values testskunew, testsku
and testskunew=1.000, testsku=2.000
. Products with passed sku's exists
Thanks.
UPDATE Just tried using column: associated_skus
but I'm getting another error: Additional data: Notice: Undefined index: attr_set_code in /home/filoform/public_html/vendor/magento/module-grouped-import-export/Model/Import/Product/Type/Grouped.php on line 105
Hmm, cant tell where the problem was, but there is what I have done:
1. Manually created grouped product
2. Exported it
3. Edited exported file
4. Added my own custom data
5. Imported products
6. Success
7. Thoughtful and confused face of a developer.