With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class MarketStore

Inheritance
System.Object
MarketStore
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class MarketStore : RestControllerBase

Constructors

MarketStore(IMarketService, LocalizationService)

Declaration
public MarketStore(IMarketService marketService, LocalizationService localizationService)
Parameters
Type Name Description
IMarketService marketService
EPiServer.Framework.Localization.LocalizationService localizationService

Methods

Get(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, ItemRange)

Declaration
public RestResult Get(string id, bool? addDefaultItem, bool? excludeCurrencies, bool? excludeInactive, ItemRange range)
Parameters
Type Name Description
System.String id
System.Nullable<System.Boolean> addDefaultItem
System.Nullable<System.Boolean> excludeCurrencies
System.Nullable<System.Boolean> excludeInactive
EPiServer.Shell.Services.Rest.ItemRange range
Returns
Type Description
EPiServer.Shell.Services.Rest.RestResult