Class SimpleFulfillmentLocationResolver

java.lang.Object
org.broadleafcommerce.core.pricing.service.fulfillment.SimpleFulfillmentLocationResolver
All Implemented Interfaces:
FulfillmentLocationResolver

public class SimpleFulfillmentLocationResolver extends Object implements FulfillmentLocationResolver
Default implementation of FulfillmentLocationResolver that stores a single Address. Useful for businesses that do not have a complicated warehouse solution and fulfill from a single location.
Author:
Phillip Verheyden