CategoryUpdated Object
Event sent when category is updated.
type CategoryUpdated implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  category: Category
}
Fields
CategoryUpdated.issuedAt ● DateTime scalar miscellaneous
Time of the event.
CategoryUpdated.version ● String scalar miscellaneous
Saleor version that triggered the event.
CategoryUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
CategoryUpdated.recipient ● App object apps
The application receiving the webhook.
CategoryUpdated.category ● Category object products
The category the event relates to.