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 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