London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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