Skip to main content
Version: 3.x

AttributeUpdated

Event sent when attribute is updated.

Added in Saleor 3.5
type AttributeUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
attribute: Attribute
}

Fields

AttributeUpdated.issuedAt ● DateTime scalar

Time of the event.

AttributeUpdated.version ● String scalar

Saleor version that triggered the event.

AttributeUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

AttributeUpdated.recipient ● App object

The application receiving the webhook.

AttributeUpdated.attribute ● Attribute object

The attribute the event relates to.

Interfaces

Event interface


Was this page helpful?