IShipping |
public interface IShippingMethodService : IShippingMethodQueryService, IBusinessService
The IShippingMethodService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of ShippingMethods matching the specified filter.
(Inherited from IShippingMethodQueryService) | |
GetAll |
Gets all ShippingMethods
(Inherited from IShippingMethodQueryService) | |
GetSingle |
Gets a single ShippingMethod matching the provided filter.
(Inherited from IShippingMethodQueryService) |