Triggered when a coupon is created.
function wixMarketing_onCouponCreated(event: CouponCreated): void;
export function wixMarketing_onCouponCreated(event) {
const eventId = event.metadata.id;
const entityId = event.entity._id;
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.