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.
AI OnAI Off
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.
By "In the CMS", I suppose you are using the new promotion system?
If that's the case then they are basically IContent, so you can listen to IContentEvents and check if the content is PromotionData or not before further processing.
If you are using the old promotion system (handling by Commerce manager) then there is no easy way to do that.
/Q
Hi, is there any kind of hook, or event generated, when our business users create/save Promotions in the CMS?
I'd like to react by hitting a WebAPI, or calling a stored procedure with some data about the new promotion.