This module provides an application based on commercetools Connect, can be used for export Product data from commercetools project to fulfilment systems.
$ 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 product-export 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 product-export application to run.