BrowseClient#listCategories(categoryListParams, options);
Categories within Broadleaf are used to group products. A category can map to a specific URL or may be used solely as a product grouping.
Parameter | Type | Required? | Description |
---|---|---|---|
|
✅ |
Provide a list of category ids, urls or names to fetch |
|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns an array of Category.
Parameter | Type | Required? | Description |
---|---|---|---|
|
✅ |
Provide a category id or category url to fetch |
|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Category.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
Provide a category url to fetch |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Category.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
Provide a category id to fetch |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Category.