A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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