Skip to main content

ProductMediaUpdated

Event sent when product media is updated.

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

Fields

ProductMediaUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ProductMediaUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

ProductMediaUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ProductMediaUpdated.recipient ● App object apps

The application receiving the webhook.

ProductMediaUpdated.productMedia ● ProductMedia object products

The product media the event relates to.

Interfaces

Event interface miscellaneous