CustomerUpdated
Event sent when customer user is updated.
Added in Saleor 3.2type CustomerUpdated implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  user: User
}
Fields
CustomerUpdated.issuedAt ● DateTime scalar miscellaneous
Time of the event.
CustomerUpdated.version ● String scalar miscellaneous
Saleor version that triggered the event.
CustomerUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
CustomerUpdated.recipient ● App object apps
The application receiving the webhook.
CustomerUpdated.user ● User object users
The user the event relates to.