Interface SapS4OMPricingService

All Known Implementing Classes:
DefaultPricingService

public interface SapS4OMPricingService
Get the price information for the product
  • Method Summary

    Modifier and Type
    Method
    Description
    List<de.hybris.platform.jalo.order.price.PriceInformation>
    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