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 appropriateShippingLabelProvider
from the givenFulfillmentOption
name.
-
Method Details
-
getShippingLabelProvider
Get the appropriateShippingLabelProvider
from the givenFulfillmentOption
name.- Parameters:
fulfillmentOptionName
- The name of theFulfillmentOption
.- Returns:
- the
ShippingLabelProvider
that corresponds to the given fulfillmentOptionName.
-