MenuItemCreated
Event sent when new menu item is created.
Added in Saleor 3.4type 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●StringscalarSlug of a channel for which the data should be returned.