public interface ConfigurationVariantFacade
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationVariantData> |
searchForSimilarVariants(String configId,
String productCode)
Searches variants that are similar to the currently configured product identified by the given config id, and
decorates the result with some additional data, such as price and image data.
|
List<ConfigurationVariantData> searchForSimilarVariants(String configId, String productCode)
configId - configuration id of current configuration sessionproductCode - product code of the currently configured productCopyright © 2017 SAP SE. All Rights Reserved.