Import and Export data

#Family variant data structure

The import/export file follows this data structure:

  • code (required): the family code

  • family : the family to which this family variant belongs

  • label-<locale_code>: each label in a dedicated column (See Localized labels)

  • variant-axes_<1|2>: the list of the axis variant attributes (5 max)

  • variant-attributes_<1|2>: the list of the variant attributes for the axis

File example:

code;family;label-de_DE;label-en_US;label-fr_FR;variant-axes_1;variant-axes_2;variant-attributes_1;variant-attributes_2
clothing_color_size;clothing;Kleidung nach Farbe und Größe;Clothing by color and size;Vêtements par couleur et taille;color;size;variation_name,variation_image,composition,color,material;sku,weight,size,ean
shoes_size;shoes;Schuhe nach Größe;Shoes by size;Chaussures par taille;eu_shoes_size;;sku,weight,size,eu_shoes_size,ean;
clothing_colorsize;clothing;Kleidung nach Farbe/Größe;Clothing by color/size;Vêtements par couleur/taille;color,size;;sku,variation_name,variation_image,composition,color,size,ean;
clothing_size;clothing;Kleidung nach Größe;Clothing by size;Vêtements par taille;size;;sku,weight,size,ean;
clothing_color;clothing;Kleidung nach Farbe;Clothing by color;Vêtements par couleur;color;;sku,variation_name,variation_image,composition,color,ean;
accessories_size;accessories;Accessories by size;Accessories by size;Accessoires par taille;size;;sku,weight,size,ean;
shoes_size_color;shoes;Schuhe nach Größe und Farbe;Shoes by size and color;Chaussures par taille et couleur;size;color;weight,variation_name,size,eu_shoes_size;sku,image,variation_image,composition,color,ean
clothing_material_size;clothing;Clothing by material and size;Clothing by material and size;Vêtements par matière et taille;material;size;variation_name,variation_image,composition,color,material;sku,weight,size,ean
tv;led_tvs;LED TV;LED TV;LED TV;display_diagonal;;sku,price,weight,display_diagonal,picture;

Found a typo or a hole in the documentation and feel like contributing?
Join us on Github!