Skip to main content

CategoryDeleted

Event sent when category is deleted.

Added in Saleor 3.2
type CategoryDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
category: Category
}

Fields

CategoryDeleted.issuedAt ● DateTime scalar miscellaneous

Time of the event.

CategoryDeleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

CategoryDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

CategoryDeleted.recipient ● App object apps

The application receiving the webhook.

CategoryDeleted.category ● Category object products

The category the event relates to.

Interfaces

Event interface miscellaneous