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
Time of the event.
AttributeValueCreated.version ● String scalar
Saleor version that triggered the event.
AttributeValueCreated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
AttributeValueCreated.recipient ● App object
The application receiving the webhook.
AttributeValueCreated.attributeValue ● AttributeValue object
The attribute value the event relates to.
Interfaces
Event interface
Was this page helpful?