I've built a small console application using docs from here: https://docs.kentico.com/k9/integrating-3rd-party-systems/using-the-kentico-api-externally. In the console app I just make a few manual ...
Hi, I have created a .net core Console application to communicate with a kentico 13 MVC Application. I am trying to add a field to an existing Online Form / Biz Form. but when ever I Update the Dat...
Could you tell me please, how to get SKU price with discounts for a specified user?I work with Kentico from console application through C# API.CMS.DataEngine.CMSApplication.Init(); var sku = SKUI...
We have several projects outside the CMS proper that use Kentico API: The MVC web app, a utilities console app, and a shared library used by all the others. I've just upgraded all the projects to K...
I have written a console application that utilizes the Kentico API to perform updates to product inventory from an ERP. Everything is working great, but because Kentico seems to cache everything t...