Interface FulfillmentPricingService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse getFulfillmentOptionPricedResponse​(com.broadleafcommerce.shipping.domain.FulfillmentPricingRequest fpRequest)
      Get a single FulfillmentOptionPricedResponse that corresponds to the fulfillment option set on the given pricing request.
      List<com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse> getFulfillmentOptionPricedResponses​(com.broadleafcommerce.shipping.domain.FulfillmentPricingRequest fpRequest)
      Get all shipping options for a given FulfillmentPricingRequest
    • Method Detail

      • getFulfillmentOptionPricedResponses

        List<com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse> getFulfillmentOptionPricedResponses​(com.broadleafcommerce.shipping.domain.FulfillmentPricingRequest fpRequest)
        Get all shipping options for a given FulfillmentPricingRequest
        Parameters:
        fpRequest -
        Returns:
      • getFulfillmentOptionPricedResponse

        com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse getFulfillmentOptionPricedResponse​(com.broadleafcommerce.shipping.domain.FulfillmentPricingRequest fpRequest)
        Get a single FulfillmentOptionPricedResponse that corresponds to the fulfillment option set on the given pricing request.
        Parameters:
        fpRequest -
        Returns: