Interface FulfillmentPricingService

    • Method Detail

      • getFulfillmentOptionPricedResponses

        @Deprecated(since="1.1.0",
                    forRemoval=true)
        default List<com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse> getFulfillmentOptionPricedResponses​(com.broadleafcommerce.shipping.domain.FulfillmentPricingRequest fpRequest)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Get all shipping options for a given FulfillmentPricingRequest
        Parameters:
        fpRequest -
        Returns:
      • getFulfillmentOptionPricedResponse

        @Deprecated(since="1.1.0",
                    forRemoval=true)
        default com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse getFulfillmentOptionPricedResponse​(com.broadleafcommerce.shipping.domain.FulfillmentPricingRequest fpRequest)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Get a single FulfillmentOptionPricedResponse that corresponds to the fulfillment option set on the given pricing request.
        Parameters:
        fpRequest -
        Returns:
      • getFulfillmentOptionPricedResponses

        List<com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse> getFulfillmentOptionPricedResponses​(com.broadleafcommerce.shipping.domain.FulfillmentPricingRequest fpRequest,
                                                                                                                        @Nullable
                                                                                                                        com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
        Get all shipping options for a given FulfillmentPricingRequest
        Parameters:
        fpRequest -
        contextInfo - context information around sandbox and multitenant state
        Returns:
      • getFulfillmentOptionPricedResponse

        com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse getFulfillmentOptionPricedResponse​(com.broadleafcommerce.shipping.domain.FulfillmentPricingRequest fpRequest,
                                                                                                                 @Nullable
                                                                                                                 com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
        Get a single FulfillmentOptionPricedResponse that corresponds to the fulfillment option set on the given pricing request.
        Parameters:
        fpRequest -
        contextInfo - context information around sandbox and multitenant state
        Returns: