Skip to main content

CollectionMetadataUpdated

Event sent when collection metadata is updated.

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

Fields

CollectionMetadataUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

CollectionMetadataUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

CollectionMetadataUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

CollectionMetadataUpdated.recipient ● App object apps

The application receiving the webhook.

CollectionMetadataUpdated.collection ● Collection object products

The collection the event relates to.

CollectionMetadataUpdated.collection.channel ● String scalar miscellaneous

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

Interfaces

Event interface miscellaneous