Cart Manager#
The Cart Manager is a light weight microservice whose primary function is to update and maintain a cart associated with the active user in the Tokkio Retail reference workflow. The primary responsibilities of the Cart Manager include:
Storing and retrieving user cart related data.
Communicating with the Catalog RAG for accessing details regarding the items to be added to the cart.
Cart Manager Source#
Cart Manager Source can be downloaded from NGC.
$ ngc registry resource download-version "<NGC_RESOURCES_REPO>/tokkio_cart_manager_source:<TAG>"
API Guide#
See the Cart Manager API Guide for more information.