ProductMediaTranslation Object
Represents product media translations.
Added in Saleor 3.23type 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