Skip to main content

ThumbnailCreated

Event sent when thumbnail is created.

Added in Saleor 3.12
type ThumbnailCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
id: ID
url: String
objectId: ID
mediaUrl: String
}

Fields

ThumbnailCreated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ThumbnailCreated.version ● String scalar miscellaneous

Saleor version that triggered the event.

ThumbnailCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ThumbnailCreated.recipient ● App object apps

The application receiving the webhook.

ThumbnailCreated.id ● ID scalar miscellaneous

Thumbnail id.

Added in Saleor 3.12

ThumbnailCreated.url ● String scalar miscellaneous

Thumbnail url.

Added in Saleor 3.12

ThumbnailCreated.objectId ● ID scalar miscellaneous

Object the thumbnail refers to.

Added in Saleor 3.12

ThumbnailCreated.mediaUrl ● String scalar miscellaneous

Original media url.

Added in Saleor 3.12

Interfaces

Event interface miscellaneous