ProductMediaUpdated
Event sent when product media is updated.
Added in Saleor 3.12type ProductMediaUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
productMedia: ProductMedia
}
Fields
ProductMediaUpdated.issuedAt ● DateTime scalar
Time of the event.
ProductMediaUpdated.version ● String scalar
Saleor version that triggered the event.
ProductMediaUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
ProductMediaUpdated.recipient ● App object
The application receiving the webhook.
ProductMediaUpdated.productMedia ● ProductMedia object
The product media the event relates to.
Interfaces
Event interface
Was this page helpful?