Skip to main content
Version: 3.x

ShopTranslation

Represents shop translations.

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

Fields

ShopTranslation.id ● ID! non-null scalar

The ID of the shop translation.

ShopTranslation.language ● LanguageDisplay! non-null object

Translation language.

ShopTranslation.headerText ● String! non-null scalar

Translated header text of sale.

ShopTranslation.description ● String! non-null scalar

Translated description of sale.

Interfaces

Node interface

An object with an ID

Member of

Shop object


Was this page helpful?