Interface PricingFulfillmentProvider<F extends OrderFulfillment>
- All Known Implementing Classes:
ExternalPricingFulfillmentProvider
public interface PricingFulfillmentProvider<F extends OrderFulfillment>
-
Method Summary
Modifier and TypeMethodDescriptionreadById(String fulfillmentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieve theOrderFulfillmentwith the given ID.
-
Method Details
-
readById
F readById(String fulfillmentId, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieve theOrderFulfillmentwith the given ID.- Parameters:
fulfillmentId- the ID of the fulfillment to retrievecontextInfo- context information around sandbox and multitenant state.- Returns:
- the fulfillment with the given ID
-