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 miscellaneous
Time of the event.
AttributeCreated.version
● String
scalar miscellaneous
Saleor version that triggered the event.
AttributeCreated.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
AttributeCreated.recipient
● App
object apps
The application receiving the webhook.
AttributeCreated.attribute
● Attribute
object attributes
The attribute the event relates to.