/commercetools-jvm-sdk-training

Development exercises to complement the commercetools JVM SDK training

Primary LanguageJavaApache License 2.0Apache-2.0

commercetools Java Training Exercises

This repo contains exercises for the 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!


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.