Skip to main content

ShippingMethodTranslation

Represents shipping method translations.

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

Fields

ShippingMethodTranslation.id ● ID! non-null scalar miscellaneous

The ID of the shipping method translation.

ShippingMethodTranslation.language ● LanguageDisplay! non-null object miscellaneous

Translation language.

ShippingMethodTranslation.name ● String! non-null scalar miscellaneous

Translated shipping method name.

ShippingMethodTranslation.description ● JSONString scalar miscellaneous

Translated description of the shipping method.

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

ShippingMethodTranslation.translatableContent ● ShippingMethodTranslatableContent object shipping

Represents the shipping method fields to translate.

Added in Saleor 3.14

Interfaces

Node interface miscellaneous

An object with an ID

Member Of

ShippingMethod object ● ShippingMethodTranslatableContent object ● ShippingMethodType object

Implemented By

TranslationTypes union