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