ShippingMethodTranslation
Represents shipping method translations.
type ShippingMethodTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
description: JSONString
}
Fields
ShippingMethodTranslation.id
● ID!
non-null scalar
The ID of the shipping method translation.
ShippingMethodTranslation.language
● LanguageDisplay!
non-null object
Translation language.
ShippingMethodTranslation.name
● String!
non-null scalar
Translated shipping method name.
ShippingMethodTranslation.description
● JSONString
scalar
Translated description of the shipping method.
Rich text format. For reference see https://editorjs.io/
Interfaces
Node
interface
An object with an ID
Member of
ShippingMethod
object ● ShippingMethodTranslatableContent
object ● ShippingMethodType
object
Implemented by
TranslationTypes
union