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