Importing a Magento 2 product

I am trying to import grouped products along with my products, but it seems that something is missing. I am using Magento 2.1.5

Bulk merchandise imports are fine, but they don't have any bundled products associated with it. Where could the problem be?

Column Usage: _associated_sku


Tried missing values testskunew, testsku

and testskunew=1.000, testsku=2.000

. Products with passed sku exist

Thank.

UPDATE Just tried using a column: associated_skus

but I get 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

+3


source to share


2 answers


Hmm, I can't tell you where the problem is, but here's what I did:
 1. A manually created grouped product
 2. Exported by him
 3. Edited exported file
 4. Added my own custom data
 5. Imported products
 6. Success
 7. Thoughtful and confused face of the developer.



+2


source


Here is a google sheet for import - can be downloaded as CSV https://docs.google.com/spreadsheets/d/13FemIzzexF5koAdQYjbcKscqoCfXyknYWkQkbSZGPsk/edit#gid=1411519730



Guide for importing Group Products and formatting the associated_skus column where you assign simple products to a group

0


source







All Articles