Documentation Home
This version of the framework is no longer supported. View the latest documentation.

Main Services

OrderService

The OrderService interface and the default OrderServiceImpl implementation provide you with functionality to interact with orders and carts (they're the same -- check out Order (cart) documentation for more info). Methods are provided to create carts / wishlists, look them up from the persistence layer, add / remove / update items, etc. Learn more about cart operations and their workflows.