A sample app that performs bulk update of shopify prices and quantities.
- Parses local products csv file
- Retrieves products from shopify
- Finds products that require updating
- Updates products prices and quantities
NOTE: this is a sample app only, it may prove useful to people getting started with shopify graphql bulk api.
Endpoints in controller are callable via client app.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov