Is it possible to import configurable products along with its associated simple products in bulk in magento ?

I want import products in magento from CSV, there are simple products & configurable products, and each products can have 4 or 5 images.

Thank you for your help in advance.

link|improve this question

59% accept rate
feedback

closed as off topic by Will Feb 2 at 14:04

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

3 Answers

You can simply do this using Store Manager for Magento. Here you can see the video or read step-by-step instructions about how to import your products http://www.mag-manager.com/useful-articles/magento-import-products

Hope it helps!

link|improve this answer
feedback

Short answer, yes. Will depend to a degree on what version of Magento you are using assuming you are using 1.5 or 1.6 then it's relatively pain free. I'd recommend creating some example products on a magento install, going to System > Import/Export > Export, selecting the product export and running it. This will give you a good idea of the file format.

The multiline csv format it uses can be a little confusing to start with, it essentially equates to a jagged array. But with an export of your current product you should get the idea pretty quickly.

Once you have crated your own file you go to System > Import/Export > Import, select product import and your away. Images will need to be placed in media/import folder, and you can achieve different effects by switching between the import behavoirs.

link|improve this answer
feedback

For a really great, quick, importer script you cannot go past Magmi.

I have been using it to do exactly what you have asked about, for around 3000 (both configurable and simple) items, each item has a different number of images and is possibly in different categories.

You can start by doing as @Cags suggested and exporting existing product, then you can add to the CSV and Magmi will handle it. It's pretty darn fast too, takes about 1 minute to import the products...it uses the Magento index/cache refresh too, which is pretty slow

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.