Broadleaf Microservices
  • v1.0.0-latest-prod

Cart Operations

DefaultCartOperationService class is the core service component for the Cart Operations microservice. It orchestrates the different workflows for the various cart operations. Additionally, it delegates to Providers as needed to handle operations that tend to involve external services such as fetching catalog, pricing, or inventory info. This section will cover it, and the components it works directly with.

Note
See Payment documentation for details on how payments are managed.