public interface FulfillmentLocationResolver
Note: the bean name in XML should be blFulfillmentLocationResolver
SimpleFulfillmentLocationResolver}| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
resolveLocationForFulfillmentGroup(FulfillmentGroup group)
This method should give an
OrderAddress that a particular FulfillmentGroup will
be fulfilled from. |
OrderAddress resolveLocationForFulfillmentGroup(FulfillmentGroup group)
OrderAddress that a particular FulfillmentGroup will
be fulfilled from. Implementations could store this information in the database or integrate
with an existing warehouse solution.group - OrderAddress that group should be fulfilled fromCopyright © 2017. All rights reserved.