AttributeValueUpdated
Event sent when attribute value is updated.
Added in Saleor 3.5type AttributeValueUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
attributeValue: AttributeValue
}
Fields
AttributeValueUpdated.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
AttributeValueUpdated.version
● String
scalar miscellaneous
Saleor version that triggered the event.
AttributeValueUpdated.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
AttributeValueUpdated.recipient
● App
object apps
The application receiving the webhook.
AttributeValueUpdated.attributeValue
● AttributeValue
object attributes
The attribute value the event relates to.