Broadleaf Microservices
  • v1.0.0-latest-prod

Broadleaf Catalog Browse Services

Table of Contents

Overview

This service facilitates requests from a commerce-facing app to catalog related microservice APIs. Its primary goal is to reduce the number of requests necessary to build out browse, search, and product details pages by the caller. Moreover, it bears much of the burden of building out Product and Category hierarchies and hydrating pricing and potentially inventory and other information that requires coordinating requests among various microservices.

Context Diagram for Catalog Browse Services
Figure 1. Context Diagram describing relationships with other services

Usage

Catalog Browse is used through requests to the CatalogBrowseEndpoint. This API exposes the following request mappings:

Tip
See the Catalog Browse API spec for request and response details.