Search code examples
c#e-commercevirtocommerce

VirtoCommerce Store Front Where dose it get the data


Hello VirtoCommrece People its an honor working with such product, its a bit complex to me at my level so please forgive me if im asking some basic newbe questions , how dose the data comes from the platfrom to the api ? i tried to delete the _workcontext from the index action nothing happen i deleted the angular services the images gone but the data stayed so can anyone tell me ?


Solution

  • As I can understand, you're interesting in how data comes from platform to storefront. Storefront has auto-generated code (by AutoRest util from Microsoft) to call platform RESTful API from C#. This APIs called via frontend user with special api key. You can find more info here: