nopcommerce-api

This project aims to provide an api client for the official NopCommerce API Plugin.

To follow the NopCommerce convention, this api is divided into two parts, the frontend and the backend. Please see the according readmes for more details.

Contributing

Contributions are always welcome!

Updating to a new NopCommerce version

  • open the file updateApi.js and modify the version of the new plugin
const frontendVersion = '1.06';
const backendVersion = '1.06';
  • run npm run generate

The application will then fetch the new NopCommerce api definitions and re-generate the client automatically.

Publishing

To deploy this project run

  npm run release

Note: Make sure to update the files before, by running npm run generate

License

MIT