TranslationTypes
No description
union TranslationTypes =
ProductTranslation
| CollectionTranslation
| CategoryTranslation
| AttributeTranslation
| AttributeValueTranslation
| ProductVariantTranslation
| PageTranslation
| ShippingMethodTranslation
| VoucherTranslation
| MenuItemTranslation
| PromotionTranslation
| PromotionRuleTranslation
| SaleTranslation
Possible types
TranslationTypes.ProductTranslation
object
Represents product translations.
TranslationTypes.CollectionTranslation
object
Represents collection translations.
TranslationTypes.CategoryTranslation
object
Represents category translations.
TranslationTypes.AttributeTranslation
object
Represents attribute translations.
TranslationTypes.AttributeValueTranslation
object
Represents attribute value translations.
TranslationTypes.ProductVariantTranslation
object
Represents product variant translations.
TranslationTypes.PageTranslation
object
Represents page translations.
TranslationTypes.ShippingMethodTranslation
object
Represents shipping method translations.
TranslationTypes.VoucherTranslation
object
Represents voucher translations.
TranslationTypes.MenuItemTranslation
object
Represents menu item translations.
TranslationTypes.PromotionTranslation
object
Represents promotion translations.
Added in Saleor 3.17
TranslationTypes.PromotionRuleTranslation
object
Represents promotion rule translations.
Added in Saleor 3.17
TranslationTypes.SaleTranslation
object
Represents sale translations.
DEPRECATED: this type will be removed in Saleor 4.0. Use
PromotionTranslation
instead.
Member of
TranslationCreated
object ● TranslationUpdated
object