SaleTranslation Object
Represents sale translations.
DEPRECATED: this type will be removed. Use PromotionTranslation instead.
type SaleTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
translatableContent: SaleTranslatableContent
}
Fields
id ● ID!
The ID of the sale translation.
language ● LanguageDisplay!
Translation language.
name ● String
Translated name of sale.
translatableContent ● SaleTranslatableContent
Represents the sale fields to translate.
Interfaces
Node
An object with an ID
Member Of
Sale object ● SaleTranslatableContent object
Implemented By
TranslationTypes union