https://github.com/commercetools/commercetools-js-sdk-training
Development exercises to complement the commercetools JS SDK training
https://github.com/commercetools/commercetools-js-sdk-training
audit-documentation
Last synced: about 1 year ago
JSON representation
Development exercises to complement the commercetools JS SDK training
- Host: GitHub
- URL: https://github.com/commercetools/commercetools-js-sdk-training
- Owner: commercetools
- Created: 2018-02-06T22:13:49.000Z (over 8 years ago)
- Default Branch: Latest
- Last Pushed: 2023-10-12T02:34:50.000Z (over 2 years ago)
- Last Synced: 2025-04-20T15:17:55.016Z (about 1 year ago)
- Topics: audit-documentation
- Language: JavaScript
- Homepage:
- Size: 891 KB
- Stars: 5
- Watchers: 60
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# commercetools JavaScript Training Excercises
This repo contains exercises for the [commercetools JS SDK](https://github.com/commercetools/nodejs) training. These exercises complement the training program, and are not intended to deliver a full understanding of commercetools by themselves.
If you are interested in attending a training, please [contact us directly](https://ok.commercetools.com/training-offering)!
--------
The following exercises are intended to run in node.js 8 on your local machine.
Training participants should finish following exercises:
- Configure and create client
- Get project info
- Query all product types
- Query all tax categories
- Create a product
- Query products
- Search products
- Create a customer
- Create a cart
- Query a cart by id
- Update cart
- Create an order from cart
- Delete cart
Typically, the `exercise*.js` scripts will not be modified. Most tasks require implementing the modules in `handson/` until the `exercise*.js` scripts show the intended behavior.