Developer forum

Forum » Development » Creating a large amount of products

Creating a large amount of products

Per Ljung
Reply
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

Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply

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
Reply

Hi!

Does this method include custom product fields too?

/Per
 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply

Indeed it does.

 

You must be logged in to post in the forum