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