Skip to main content

ShippingMethodTranslation Object

Represents shipping method translations.

type ShippingMethodTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
description: JSONString
translatableContent: ShippingMethodTranslatableContent
}

Fields

id ● ID!

The ID of the shipping method translation.

language ● LanguageDisplay!

Translation language.

name ● String

Translated shipping method name.

description ● JSONString

Translated description of the shipping method.

Rich text format. For reference see https://editorjs.io/

translatableContent ● ShippingMethodTranslatableContent

Represents the shipping method fields to translate.

Interfaces

Node

An object with an ID

Member Of

ShippingMethod object ● ShippingMethodTranslatableContent object ● ShippingMethodType object

Implemented By

TranslationTypes union