https://github.com/commercetools/commercetools-jvm-sdk-training
Development exercises to complement the commercetools JVM SDK training
https://github.com/commercetools/commercetools-jvm-sdk-training
audit-documentation
Last synced: about 1 year ago
JSON representation
Development exercises to complement the commercetools JVM SDK training
- Host: GitHub
- URL: https://github.com/commercetools/commercetools-jvm-sdk-training
- Owner: commercetools
- License: apache-2.0
- Created: 2015-11-20T12:31:26.000Z (over 10 years ago)
- Default Branch: Latest
- Last Pushed: 2023-04-16T21:07:14.000Z (about 3 years ago)
- Last Synced: 2025-04-20T15:17:55.140Z (about 1 year ago)
- Topics: audit-documentation
- Language: Java
- Homepage:
- Size: 187 KB
- Stars: 5
- Watchers: 83
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commercetools Java Training Exercises
This repo contains exercises for the [commercetools JVM SDK](https://github.com/commercetools/commercetools-jvm-sdk) 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)!
------
These exercises are intended to run 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 `MOODLE*.java` scripts will not be modified. Tasks require implementing the modules in `impl/` until the `MOODLE*.java` scripts show the intended behavior.