Interface SapS4OMPricingService
- All Known Implementing Classes:
DefaultPricingService
public interface SapS4OMPricingService
Get the price information for the product
-
Method Summary
Modifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>getPriceForProduct(ProductModel product) Get the Price information for the product
-
Method Details
-
getPriceForProduct
List<de.hybris.platform.jalo.order.price.PriceInformation> getPriceForProduct(ProductModel product) throws OutboundServiceException Get the Price information for the product- Parameters:
product- the ProductModel l- Returns:
- list of PriceInformation for the corresponding product
- Throws:
OutboundServiceException
-