Before starting the import, make sure you have access to the Merchant Center. You will also need to run the application in this repository. Check that you meet the requirements and clone this repository to your computer.
Open the Merchant Center and create an empty project (without sample data).
Go to the root of this project, where the package.json
is located and install all node dependencies:
npm install
- Create API client from Merchant Center. If you do not have account follow the steps to create a free trial account.
- Download the
.env
file from the API details page and place it on the project's root. It shold be named.env
, rename if it differs.
-
Clean all existing project data and import new:
npm run start
-
Clean project data:
npm run clean:data
-
Import project data:
npm run import:data
-
Clean or import certain data (e.g. categories, products, customers, etc.)
npm run clean:categories
or
npm run import:products
- Install Node.js (version 10 and up)