Skip to main content

ProductMediaTranslation Object

Represents product media translations.

Added in Saleor 3.23
type ProductMediaTranslation implements Node {
id: ID!
language: LanguageDisplay!
alt: String!
translatableContent: ProductMediaTranslatableContent
}

Fields

id ● ID!

The ID of the product media translation.

language ● LanguageDisplay!

Translation language.

alt ● String!

Translated product media alt text.

translatableContent ● ProductMediaTranslatableContent

Represents the product media fields to translate.

Interfaces

Node

An object with an ID

Member Of

ProductMedia object ● ProductMediaTranslatableContent object

Implemented By

TranslationTypes union