Interface CommercePriceService

    • Method Detail

      • getFromPriceForProduct

        PriceInformation getFromPriceForProduct​(ProductModel product)
        Retrieve the minimum price from all variants
        Parameters:
        product - the product
        Returns:
        PriceInformation
      • getWebPriceForProduct

        PriceInformation getWebPriceForProduct​(ProductModel product)
        Retrieve the first price returned by ProductItem
        Parameters:
        product - the product
        Returns:
        PriceInformation