Skip to main content

MenuCreated

Event sent when new menu is created.

Added in Saleor 3.4
type MenuCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
menu(channel: String): Menu
}

Fields

MenuCreated.issuedAt ● DateTime scalar

Time of the event.

MenuCreated.version ● String scalar

Saleor version that triggered the event.

MenuCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

MenuCreated.recipient ● App object

The application receiving the webhook.

MenuCreated.menu ● Menu object

The menu the event relates to.

MenuCreated.menu.channel ● String scalar

Slug of a channel for which the data should be returned.

Interfaces

Event interface


Was this page helpful?