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