AttributeCreated
Event sent when new attribute is created.
Added in Saleor 3.5type AttributeCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
attribute: Attribute
}
Fields
AttributeCreated.issuedAt ● DateTime scalar
Time of the event.
AttributeCreated.version ● String scalar
Saleor version that triggered the event.
AttributeCreated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
AttributeCreated.recipient ● App object
The application receiving the webhook.
AttributeCreated.attribute ● Attribute object
The attribute the event relates to.
Interfaces
Event interface
Was this page helpful?