Class MarketStore
Inheritance
System.Object
MarketStore
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class MarketStore : RestControllerBase
Constructors
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, Nullable<bool> addDefaultItem, Nullable<bool> excludeCurrencies, Nullable<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 |
|