ShippingMethodTranslation
No description
type ShippingMethodTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
description: JSONString
}
Fields
ShippingMethodTranslation.id ● ID! non-null scalar
ShippingMethodTranslation.language ● LanguageDisplay! non-null object
Translation language.
ShippingMethodTranslation.name ● String scalar
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 ● ShippingMethodType object
Was this page helpful?