CategoryDeleted
Event sent when category is deleted.
Added in Saleor 3.2type CategoryDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
category: Category
}
Fields
CategoryDeleted.issuedAt
● DateTime
scalar
Time of the event.
CategoryDeleted.version
● String
scalar
Saleor version that triggered the event.
CategoryDeleted.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
CategoryDeleted.recipient
● App
object
The application receiving the webhook.
CategoryDeleted.category
● Category
object
The category the event relates to.