Skip to main content

MenuItemCreated

Event sent when new menu item is created.

Added in Saleor 3.4
type MenuItemCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
menuItem(channel: String): MenuItem
}

Fields

MenuItemCreated.issuedAt ● DateTime scalar

Time of the event.

MenuItemCreated.version ● String scalar

Saleor version that triggered the event.

MenuItemCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

MenuItemCreated.recipient ● App object

The application receiving the webhook.

MenuItemCreated.menuItem ● MenuItem object

The menu item the event relates to.

MenuItemCreated.menuItem.channel ● String scalar

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

Interfaces

Event interface


Was this page helpful?