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

Class PromotionsStore

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

Constructors

PromotionsStore(PromotionChangeManager)

Declaration
public PromotionsStore(PromotionChangeManager promotionChangeManager)
Parameters
Type Name Description
PromotionChangeManager promotionChangeManager

Methods

Patch(PatchPromotionsModel)

Declaration
public ActionResult Patch(PatchPromotionsModel model)
Parameters
Type Name Description
PatchPromotionsModel model
Returns
Type Description
System.Web.Mvc.ActionResult