This module provides an application based on commercetools Connect, can be used for syncing Order updates from fulfilment systems to commercetools project.
$ npm install
$ npm run test:unit
$ npm run test:integration
$ npm run start
Different from staging and production environments, in which the out-of-the-box setup and variables have been set by connect service during deployment, the order-updates requires additional operations in local environment for development.
Before starting the development, we advise users to create a .env file in order to help them in local development.
Refer here for more details about the environment variables required for inventory-import application to run.