Skip to main content
Version: 3.x

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

Time of the event.

ProductMediaDeleted.version ● String scalar

Saleor version that triggered the event.

ProductMediaDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

ProductMediaDeleted.recipient ● App object

The application receiving the webhook.

ProductMediaDeleted.productMedia ● ProductMedia object

The product media the event relates to.

Interfaces

Event interface


Was this page helpful?