public interface MerchCatalogService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CategoryHierarchy> |
getCategories(java.lang.String baseSite,
java.lang.String catalog,
java.lang.String catalogVersion,
java.lang.String baseCategoryUrl)
getCategories is a method for retrieving the category hierarchy (including subcategories).
|
java.util.List<CategoryHierarchy> getCategories(java.lang.String baseSite, java.lang.String catalog, java.lang.String catalogVersion, java.lang.String baseCategoryUrl)
baseSite - the base site we wish to retrieve the category hierarchy for.catalog - the catalog we wish to retrieve the category hierarchy from.catalogVersion - the catalog version we wish to retrieve the category hierarchy for.baseCategoryUrl - the URL we wish to use to access the category from.CategoryHierarchy representing the categories.Copyright © 2018 SAP SE. All Rights Reserved.