Skip to main content
Version: 3.x

SaleTranslation

Represents sale translations.

DEPRECATED: this type will be removed in Saleor 4.0. Use PromotionTranslation instead.

type SaleTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
}

Fields

SaleTranslation.id ● ID! non-null scalar

The ID of the sale translation.

SaleTranslation.language ● LanguageDisplay! non-null object

Translation language.

SaleTranslation.name ● String scalar

Translated name of sale.

Interfaces

Node interface

An object with an ID

Member of

Sale object ● SaleTranslatableContent object

Implemented by

TranslationTypes union


Was this page helpful?