Skip to main content

ChannelStatusChanged

Event sent when channel status has changed.

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

Fields

ChannelStatusChanged.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ChannelStatusChanged.version ● String scalar miscellaneous

Saleor version that triggered the event.

ChannelStatusChanged.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ChannelStatusChanged.recipient ● App object apps

The application receiving the webhook.

ChannelStatusChanged.channel ● Channel object channels

The channel the event relates to.

Interfaces

Event interface miscellaneous