|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FulfillmentLocationResolver
This can be used by various third-party fulfillment pricing services in order to resolve a location that items will be shipped from in order to properly calculate the cost of fulfilling that particular fulfillment group.
Note: the bean name in XML should be blFulfillmentLocationResolver
SimpleFulfillmentLocationResolver}| Method Summary | |
|---|---|
Address |
resolveLocationForFulfillmentGroup(FulfillmentGroup group)
This method should give an Address that a particular FulfillmentGroup will
be fulfilled from. |
| Method Detail |
|---|
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 from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||