Table of Contents

Interface IShippingService

Namespace
Rescope.Commerce.Core.Services
Assembly
Rescope.Commerce.Core.dll
public interface IShippingService : IService<ShippingMethod>, IServiceCreatable<ShippingMethod>
Inherited Members

Methods

List(Guid)

Task<IEnumerable<ShippingMethod>> List(Guid storeId)

Parameters

storeId Guid

Returns

Task<IEnumerable<ShippingMethod>>