AddressUpdated
Event sent when address is updated.
Added in Saleor 3.5type AddressUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
address: Address
}
Fields
AddressUpdated.issuedAt ● DateTime scalar
Time of the event.
AddressUpdated.version ● String scalar
Saleor version that triggered the event.
AddressUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
AddressUpdated.recipient ● App object
The application receiving the webhook.
AddressUpdated.address ● Address object
The address the event relates to.
Interfaces
Event interface
Was this page helpful?