interface ShippingMethodService
Modifier and Type | Method and Description |
---|---|
ShippingMethod |
get(ShopRequestContext shopRequestContext,
java.lang.String id)
Returns a shipping-method of a shop.
|
java.util.List<ShippingMethod> |
getAll(ShopRequestContext shopRequestContext)
Returns all shipping-methods of a shop.
|
java.util.List<ShippingMethod> getAll(ShopRequestContext shopRequestContext)
shopRequestContext
- The request context.ShippingMethod get(ShopRequestContext shopRequestContext, java.lang.String id)
shopRequestContext
- The request context.id
- The id of the shipping-method.