PromotionRuleTranslation Object
Represents promotion rule translations.
type PromotionRuleTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
description: JSONString
translatableContent: PromotionRuleTranslatableContent
}
Fields
id ● ID!
ID of the promotion rule translation.
language ● LanguageDisplay!
Translation language.
name ● String
Translated name of the promotion rule.
description ● JSONString
Translated description of the promotion rule.
Rich text format. For reference see https://editorjs.io/
translatableContent ● PromotionRuleTranslatableContent
Represents the promotion rule fields to translate.
Interfaces
Node
An object with an ID
Member Of
PromotionRule object ● PromotionRuleTranslatableContent object
Implemented By
TranslationTypes union