public interface FulfillmentLocationResolver
Note: the bean name in XML should be blFulfillmentLocationResolver
SimpleFulfillmentLocationResolver}| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.profile.core.domain.Address |
resolveLocationForFulfillmentGroup(FulfillmentGroup group)
This method should give an
Address that a particular FulfillmentGroup will
be fulfilled from. |
org.broadleafcommerce.profile.core.domain.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 © 2022. All rights reserved.