Code: Select all
public FulfillmentEstimationResponse estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options) throws FulfillmentPriceException;
The interface FulfillmentPricingProvider has a similar API
- Question-1: why for a fulfillment group, a "Set" of fullfillment options is being passed to the method.....I was expecting a single instance and not a collection