Magento2 Import – Products Attribute and Attribute Sets

importimportexportmagento-2.1magento2product-attribute

I'm using Magento 2.1.3.

Is it possible to import product attributes and attribute sets or do I have to create them manually before importing products with specific attributes?

Best Answer

In Magento 2 product can't be imported if attribute set is absent in system.

You will receive next error after Data Validation:

Invalid value for Attribute Set column (set doesn't exist?) in row(s): x

You have to create attribute set manually in Admin Panel or via API request.

See: Attribute Set REST API

Related Topic