Skip to main content
Version: 3.x

AttributeValueUpdated

Event sent when attribute value is updated.

Added in Saleor 3.5
type AttributeValueUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
attributeValue: AttributeValue
}

Fields

AttributeValueUpdated.issuedAt ● DateTime scalar

Time of the event.

AttributeValueUpdated.version ● String scalar

Saleor version that triggered the event.

AttributeValueUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

AttributeValueUpdated.recipient ● App object

The application receiving the webhook.

AttributeValueUpdated.attributeValue ● AttributeValue object

The attribute value the event relates to.

Interfaces

Event interface


Was this page helpful?