Interface ShippingLabelProviderService
- All Known Implementing Classes:
DefaultShippingLabelProviderService
public interface ShippingLabelProviderService
Service to facilitate finding the appropriate
ShippingLabelProvider for a fulfillment
option.- Author:
- Cade Rea (cade-rea)
-
Method Summary
Modifier and TypeMethodDescriptiongetShippingLabelProvider(String fulfillmentOptionName) Get the appropriateShippingLabelProviderfrom the givenFulfillmentOptionname.
-
Method Details
-
getShippingLabelProvider
Get the appropriateShippingLabelProviderfrom the givenFulfillmentOptionname.- Parameters:
fulfillmentOptionName- The name of theFulfillmentOption.- Returns:
- the
ShippingLabelProviderthat corresponds to the given fulfillmentOptionName.
-