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