...
Install the connector as hosted service on an IIS website
The hosted service requires ISS to have the “ASP.NET Core Runtime 6.x” installed. On Windows, we recommend installing the Hosting Bundle version.
Unzip all the files from “Perfion Connector for BigCommerce - x.y.z.zip“ to the location for the IIS website e.g. “C:\inetpub\wwwroot\BigCommerceConnector”.
Make sure IIS user has full control of AppData folder as it needs to write to this folder.
...
Create a website
...
Enable Application Initialization and set
...
Set Start mode to AlwaysRunning at the Application Pool
...
Set Perload Enabled = True at the web site
...
Install a Perfion API
Install a Perfion API and create an Access token in Perfion. Set the “GetDataUri” and “PerfionToken“ and E-Commerce “Channel” in the appsettings.json file. See the Perfion API guide.
The Perfion API must be installed as a secure website (HTTPS). If the Perfion API runs with a self signed certificate, make sure the BigCommerce Connector has access to this certificate e.g. install the self signed certificate as a “Trusted root certification authorities“ via Microsoft Management Console (MMC.exe). Follow the guide Installe a eCommerce connector as hosted service
BigCommerce account
At the Big Commerce account create a “Store-level API account” with access level: “Channel settings” read-only and “Products” modify.
...