import Products in online website not local

Reza sh asked on November 16, 2015 11:26

hi. i'm developing a website with kentico Cms. this website need to import 50 products every day! how can i import products with excel file? i was looking for this issue but i found Import toolkid , uses in local project, my website has uploaded and i 'm developing on the internet. thanks.

Correct Answer

Juraj Ondrus answered on November 16, 2015 13:43

Hi,

If you are using the article, you need to change some of the code according to the API changes since there were made several changes in Kentico 8 in the API

0 votesVote for this answer Unmark Correct answer

Recent Answers


Juraj Ondrus answered on November 16, 2015 11:45

Hi,

You could still use the Import toolkit - in case you have access to the server's remote desktop.
Otherwise, you can create and Integration bus task or, another option is to create a custom code to do the import as explained in this article. The idea is still the same in Kentico 8, you just need to adjust the API changes.

0 votesVote for this answer Mark as a Correct answer

Reza sh answered on November 16, 2015 12:20

hi. i'm using v8.2 for import products or users or... i should create a Bus connector? right? should i use or create an API? is there any example? there is no package for 8.2? this is interesting!!! thanks.

0 votesVote for this answer Mark as a Correct answer

Juraj Ondrus answered on November 16, 2015 12:41

Regrettably, since the Integration bus was introduced, it is the recommended way how to do things like this one so the article is no longer being updated. Each integration is very specific and custom so there are no exact API examples available.

0 votesVote for this answer Mark as a Correct answer

Reza sh answered on November 16, 2015 12:50

so as you say, we should work with the Bus? can you please help me for this? is there anybody did this before? we just want import the products! i red the bus article , that was too hard for me :( thanks.

0 votesVote for this answer Mark as a Correct answer

Reza sh answered on November 16, 2015 13:23

hi again. i used this but give me an error for these line: siteName = CMSContext.CurrentSiteName; siteId = CMSContext.CurrentSiteID; what should id replace in currentSitename and CurrentSiteID?

0 votesVote for this answer Mark as a Correct answer

Reza sh answered on November 16, 2015 14:35

well. this code worked. but i should to change the way and set this on the webpage not upload on the host! thanks a lot for guiding me... ;)

0 votesVote for this answer Mark as a Correct answer

Mohamed Tassisto answered on July 5, 2017 13:52 (last edited on July 7, 2017 09:47)

To import products using Kentico API is explained in this article

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.