• Welcome to KonaKart Community Forum. Please login or sign up.
 

Bulk import option in Konakart Admin Console

Started by siyadmhd, September 18, 2014, 04:26:34 pm

Previous topic - Next topic

siyadmhd

Hi Team,

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

Regards

Siyad

julie

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