Skip to main content

ShopTranslation Object

Represents shop translations.

type ShopTranslation implements Node {
id: ID!
language: LanguageDisplay!
headerText: String!
description: String!
}

Fields

id ● ID!

The ID of the shop translation.

language ● LanguageDisplay!

Translation language.

headerText ● String!

Translated header text of sale.

description ● String!

Translated description of sale.

Interfaces

Node

An object with an ID

Member Of

Shop object