Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.17 KB

File metadata and controls

30 lines (24 loc) · 1.17 KB

Inventory Import

This module provides an application based on commercetools Connect, can be used for syncing Inventory from fulfilment systems to commercetools project.

Get started

Install dependencies

$ npm install

Run unit test

$ npm run test:unit

Run integration test

$ npm run test:integration

Run the application in local environment

$ npm run start

Development in local environment

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 inventory-import requires additional operations in local environment for development.

Set the required environment variables

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.