Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PromotionsStore

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

Constructors

PromotionsStore(PromotionChangeManager, IContentLoader)

Declaration
public PromotionsStore(PromotionChangeManager promotionChangeManager, IContentLoader contentLoader)
Parameters
Type Name Description
PromotionChangeManager promotionChangeManager
EPiServer.IContentLoader contentLoader

Methods

Get(String, String)

Declaration
public ActionResult Get(string oldCampaignLink, string newCampaignLink)
Parameters
Type Name Description
System.String oldCampaignLink
System.String newCampaignLink
Returns
Type Description
Microsoft.AspNetCore.Mvc.ActionResult

Patch(PatchPromotionsModel)

Declaration
public ActionResult Patch(PatchPromotionsModel model)
Parameters
Type Name Description
PatchPromotionsModel model
Returns
Type Description
Microsoft.AspNetCore.Mvc.ActionResult