Skip to main content
Version: 3.x

TranslationCreated

Event sent when new translation is created.

Added in Saleor 3.2
type TranslationCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
translation: TranslationTypes
}

Fields

TranslationCreated.issuedAt ● DateTime scalar

Time of the event.

TranslationCreated.version ● String scalar

Saleor version that triggered the event.

TranslationCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

TranslationCreated.recipient ● App object

The application receiving the webhook.

TranslationCreated.translation ● TranslationTypes union

The translation the event relates to.

Interfaces

Event interface


Was this page helpful?