CollectionMetadataUpdated
Event sent when collection metadata is updated.
Added in Saleor 3.8type CollectionMetadataUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
collection(channel: String): Collection
}
Fields
CollectionMetadataUpdated.issuedAt
● DateTime
scalar
Time of the event.
CollectionMetadataUpdated.version
● String
scalar
Saleor version that triggered the event.
CollectionMetadataUpdated.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
CollectionMetadataUpdated.recipient
● App
object
The application receiving the webhook.
CollectionMetadataUpdated.collection
● Collection
object
The collection the event relates to.
CollectionMetadataUpdated.collection.channel
●String
scalarSlug of a channel for which the data should be returned.