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