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