Interface OrderFulfillmentProvider<OF extends com.broadleafcommerce.order.client.domain.OrderFulfillment>
- All Known Implementing Classes:
ExternalOrderFulfillmentProvider
public interface OrderFulfillmentProvider<OF extends com.broadleafcommerce.order.client.domain.OrderFulfillment>
-
Method Summary
Modifier and TypeMethodDescriptionreadByFulfillmentId(String fulfillmentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieve theOrderFulfillmentwith the given ID.
-
Method Details
-
readByFulfillmentId
OF readByFulfillmentId(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
-