Skip to main content

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 miscellaneous

Time of the event.

CustomerCreated.version ● String scalar miscellaneous

Saleor version that triggered the event.

CustomerCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

CustomerCreated.recipient ● App object apps

The application receiving the webhook.

CustomerCreated.user ● User object users

The user the event relates to.

Interfaces

Event interface miscellaneous