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 miscellaneous
Time of the event.
ProductDeleted.version
● String
scalar miscellaneous
Saleor version that triggered the event.
ProductDeleted.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
ProductDeleted.recipient
● App
object apps
The application receiving the webhook.
ProductDeleted.product
● Product
object products
The product the event relates to.
ProductDeleted.product.channel
●String
scalar miscellaneousSlug of a channel for which the data should be returned.
ProductDeleted.category
● Category
object products
The category of the product.