SaleTranslatableContent Object
Represents sale's original translatable fields and related translations.
DEPRECATED: this type will be removed. Use PromotionTranslatableContent instead.
type SaleTranslatableContent implements Node {
id: ID!
saleId: ID!
name: String!
translation(languageCode: LanguageCodeEnum!): SaleTranslation
sale: Sale @deprecated
}
Fields
id ● ID!
The ID of the sale translatable content.
saleId ● ID!
The ID of the sale to translate.
name ● String!
Name of the sale to translate.
translation ● SaleTranslation
Returns translated sale fields for the given language code.
languageCode ● LanguageCodeEnum!
A language code to return the translation for sale.
Show deprecated
Interfaces
Node
An object with an ID
Member Of
SaleTranslation object
Implemented By
TranslatableItem union