Skip to main content
All CollectionsImport / ExportImport
How to import configurable products?
How to import configurable products?
Updated over a week ago

With Elovate you can easily import configurable products. We have setup a demo file which you can use as a template. Run the steps from this article to create a new import job.

Click here to download example files:
​
Example CSV file
​Example Excel file
​Example Google Sheets file

sku

name

price

config_attributes

parent_product

size

color

qty

stock_status

simple-001

Simple product 1

99.95

config-001

M

Green

99

1

simple-002

Simple product 2

99.95

config-001

L

Green

99

1

simple-003

Simple product 3

99.95

config-001

M

Blue

99

1

simple-004

Simple product 4

99.95

config-001

L

Blue

99

1

config-001

Configurable product

99.95

size,color

Notes:

  • config_attr: this attributes tells Magento which attributes will be used to created the configurable products. Please make sure that these attributes are connected to the attribute set you have selected. You need to map this attribute to the Configurable Option attribute in Elovate:
    ​

    configurable_option_mapping.png
  • parent_product: this attribute tells Magento to which configurable product it needs to connect the simple to. Make sure that the imported simple product has values to the selected config_attr.

Did this answer your question?