Skip to main content

AddressDeleted

Event sent when address is deleted.

Added in Saleor 3.5
type AddressDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
address: Address
}

Fields

AddressDeleted.issuedAt ● DateTime scalar miscellaneous

Time of the event.

AddressDeleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

AddressDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

AddressDeleted.recipient ● App object apps

The application receiving the webhook.

AddressDeleted.address ● Address object users

The address the event relates to.

Interfaces

Event interface miscellaneous