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 Type
    Method
    Description
    readByFulfillmentId(String fulfillmentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    Retrieve the OrderFulfillment with the given ID.
  • Method Details

    • readByFulfillmentId

      OF readByFulfillmentId(String fulfillmentId, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Retrieve the OrderFulfillment with the given ID.
      Parameters:
      fulfillmentId - the ID of the fulfillment to retrieve
      contextInfo - context information around sandbox and multitenant state.
      Returns:
      the fulfillment with the given ID