KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: siyadmhd on September 18, 2014, 04:26:34 pm

Title: Bulk import option in Konakart Admin Console
Post by: siyadmhd on September 18, 2014, 04:26:34 pm
Hi Team,

Is there any bulk import option in admin console, like product bulk import ?

Regards

Siyad
Title: Re: Bulk import option in Konakart Admin Console
Post by: julie on September 23, 2014, 06:49:37 pm
We recommend writing your own utility to read the data from wherever it may be and then insert the products using the Admin APIs. In the EE version you can run your utility as a Batch job to keep your KonaKart products synchronized with your source data.

Look at the insert product examples under java_api_examples\src\com\konakartadmin\apiexamples