Skip to main content

MenuItemDeleted

Event sent when menu item is deleted.

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

Fields

MenuItemDeleted.issuedAt ● DateTime scalar

Time of the event.

MenuItemDeleted.version ● String scalar

Saleor version that triggered the event.

MenuItemDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

MenuItemDeleted.recipient ● App object

The application receiving the webhook.

MenuItemDeleted.menuItem ● MenuItem object

The menu item the event relates to.

MenuItemDeleted.menuItem.channel ● String scalar

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

Interfaces

Event interface


Was this page helpful?