ProductDeleted
Event sent when product is deleted.
Added in Saleor 3.2type ProductDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
product(channel: String): Product
category: Category
}
Fields
ProductDeleted.issuedAt ● DateTime scalar
Time of the event.
ProductDeleted.version ● String scalar
Saleor version that triggered the event.
ProductDeleted.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
ProductDeleted.recipient ● App object
The application receiving the webhook.
ProductDeleted.product ● Product object
The product the event relates to.
ProductDeleted.product.channel●StringscalarSlug of a channel for which the data should be returned.
ProductDeleted.category ● Category object
The category of the product.
Interfaces
Event interface
Was this page helpful?