Skip to main content
Version: 3.x

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

Time of the event.

Saleor version that triggered the event.

The user or application that triggered the event.

The application receiving the webhook.

The menu item the event relates to.

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

Interfaces

Event interface


Was this page helpful?