Installation
- Login as admin to your nopCommerce Webstore,
- Add new customer role named "APIUser".
A valid nopCommerce account user who makes an API call must be in role "APIUser"
In addidtion, request for Orders & Customers, user must be administrator.
- Download and unzip package
- Open NopCommerce in Visual Studio 2008/2010
- Create a reference to Gabs.WebService.NopCommerce.dll
- Copy folder WebService with its files to NopCommerceStore project
- Add the following to web.config -> AppSettings
<add key="APIRole" value="APIUser"/>
Where "APIUser" is the new role you just added.
Save web.config.
- Full Package customers receive License Number via email
and add the following to web.config -> AppSettings:
<add key="APILic" value="1234567890" />
where 1234567890 is license number.
- Deploy to webserver.
That' it.
An simple project is included in the package as an example to show you how to consume the web service.