Skip to main content

ProductMediaDeleted

Event sent when product media is deleted.

Added in Saleor 3.12
type ProductMediaDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
productMedia: ProductMedia
}

Fields

ProductMediaDeleted.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ProductMediaDeleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

ProductMediaDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ProductMediaDeleted.recipient ● App object apps

The application receiving the webhook.

ProductMediaDeleted.productMedia ● ProductMedia object products

The product media the event relates to.

Interfaces

Event interface miscellaneous