IShipping |
public interface IShippingMethodEntityService : IShippingMethodQueryService, IBusinessService
The IShippingMethodEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new ShippingMethod | |
Delete | Deletes the specified ShippingMethod. | |
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) | |
Update | Updates the specified ShippingMethod |