Skip to main content
Version: 3.x

CategoryCreated

Event sent when new category is created.

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

Fields

CategoryCreated.issuedAt ● DateTime scalar

Time of the event.

CategoryCreated.version ● String scalar

Saleor version that triggered the event.

CategoryCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

CategoryCreated.recipient ● App object

The application receiving the webhook.

CategoryCreated.category ● Category object

The category the event relates to.

Interfaces

Event interface


Was this page helpful?