Skip to main content
Version: 3.x

CustomerCreated

Event sent when new customer user is created.

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

Fields

CustomerCreated.issuedAt ● DateTime scalar

Time of the event.

CustomerCreated.version ● String scalar

Saleor version that triggered the event.

CustomerCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

CustomerCreated.recipient ● App object

The application receiving the webhook.

CustomerCreated.user ● User object

The user the event relates to.

Interfaces

Event interface


Was this page helpful?