Use API outside WebContext
In a lot of situations it is key that you can integrate Ucommerce with 3rd party systems. To enable the APIs outside web context, you want to run Ucommerce either in a console app or a windows service. The following article describes how to achieve this.
Getting started with the UcommerceConsoleApp
The easiest way to get started is by using this github repository as a foundation.
https://github.com/Ucommercenet/UcommerceConsoleApp
This is basically a console application you can use as foundation for your integrations. To get started, simply change the connection string to match the SQL server you want to send data to.
The connection string can be found in app.config under the console project.