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