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