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