Skip to main content
Version: 3.x

AddressUpdated

Event sent when address is updated.

Added in Saleor 3.5
type 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?