Skip to main content
Version: 3.x

CustomerUpdated

Event sent when customer user is updated.

Added in Saleor 3.2
type CustomerUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User
}

Fields

CustomerUpdated.issuedAt ● DateTime scalar

Time of the event.

CustomerUpdated.version ● String scalar

Saleor version that triggered the event.

CustomerUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

CustomerUpdated.recipient ● App object

The application receiving the webhook.

CustomerUpdated.user ● User object

The user the event relates to.

Interfaces

Event interface


Was this page helpful?