AddressDeleted
Event sent when address is deleted.
Added in Saleor 3.5type AddressDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
address: Address
}
Fields
AddressDeleted.issuedAt
● DateTime
scalar
Time of the event.
AddressDeleted.version
● String
scalar
Saleor version that triggered the event.
AddressDeleted.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
AddressDeleted.recipient
● App
object
The application receiving the webhook.
AddressDeleted.address
● Address
object
The address the event relates to.