ChannelStatusChanged
Event sent when channel status has changed.
Added in Saleor 3.2type ChannelStatusChanged implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
channel: Channel
}
Fields
ChannelStatusChanged.issuedAt
● DateTime
scalar
Time of the event.
ChannelStatusChanged.version
● String
scalar
Saleor version that triggered the event.
ChannelStatusChanged.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
ChannelStatusChanged.recipient
● App
object
The application receiving the webhook.
ChannelStatusChanged.channel
● Channel
object
The channel the event relates to.