Skip to main content
Version: 3.x

CollectionUpdated

Event sent when collection is updated.

Added in Saleor 3.2
type CollectionUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
collection(channel: String): Collection
}

Fields

CollectionUpdated.issuedAt ● DateTime scalar

Time of the event.

CollectionUpdated.version ● String scalar

Saleor version that triggered the event.

CollectionUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

CollectionUpdated.recipient ● App object

The application receiving the webhook.

CollectionUpdated.collection ● Collection object

The collection the event relates to.

CollectionUpdated.collection.channel ● String scalar

Slug of a channel for which the data should be returned.

Interfaces

Event interface


Was this page helpful?