Hi!
I'm importing products from an erp system, > 10 000, and it take some hours to create them using the api. I'm looping through the products and create them one at a time.
What is the best way to import a large number of products so that it doesn't take as long as several hours to complete?
Best regards,
Per
Developer forum
E-mail notifications
Creating a large amount of products
Per Ljung
Posted on 19/12/2011 09:10:49
Replies
Jeppe Eriksson Agger
Posted on 19/12/2011 09:46:29
Hi Per
The best way to do that currently is to use the Import/Export module. You need to export your products from you ERP system to an xml format that is understood by the module (or transform it using xslt). You can see the schema in the Product Destination Activity.
- Jeppe
Per Ljung
Posted on 19/12/2011 09:59:35
Hi!
Does this method include custom product fields too?
/Per
Jeppe Eriksson Agger
Posted on 19/12/2011 10:10:19
Indeed it does.
You must be logged in to post in the forum