Skip to main content
Version: 3.x

ChannelDeleted

Event sent when channel is deleted.

Added in Saleor 3.2
type ChannelDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
channel: Channel
}

Fields

ChannelDeleted.issuedAt ● DateTime scalar

Time of the event.

ChannelDeleted.version ● String scalar

Saleor version that triggered the event.

ChannelDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

ChannelDeleted.recipient ● App object

The application receiving the webhook.

ChannelDeleted.channel ● Channel object

The channel the event relates to.

Interfaces

Event interface


Was this page helpful?