Skip to main content
Version: 3.x

ChannelMetadataUpdated

Event sent when channel metadata is updated.

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

Fields

ChannelMetadataUpdated.issuedAt ● DateTime scalar

Time of the event.

ChannelMetadataUpdated.version ● String scalar

Saleor version that triggered the event.

ChannelMetadataUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

ChannelMetadataUpdated.recipient ● App object

The application receiving the webhook.

ChannelMetadataUpdated.channel ● Channel object

The channel the event relates to.

Interfaces

Event interface


Was this page helpful?