diff --git a/www/apps/docs/content/development/events/events-list.md b/www/apps/docs/content/development/events/events-list.md index faf33e0b76..419a9c17e1 100644 --- a/www/apps/docs/content/development/events/events-list.md +++ b/www/apps/docs/content/development/events/events-list.md @@ -705,6 +705,53 @@ Object of the following format: --- +## Discount Events + +This section holds all events related to discounts. + +
| +Event Name + | ++Description + | ++Event Data Payload + | +
|---|---|---|
| + +`discount.created` + + | ++ +Triggered when a discount is created. + + | ++ +Object of the following format: + +```js noReport noCopy +{ + id // string ID of discount +} +``` + + | +