Skip to main content
Version: 3.x

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

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.

Interfaces

Event interface


Was this page helpful?