Skip to main content
object

Translation of a field of a resource.

String!
non-null

On the resource that this translation belongs to, the reference to the value being translated.

String!
non-null

ISO code of the translation locale.

Market

The market that the translation is specific to. Null value means the translation is available in all markets.

Boolean!
non-null

Whether the original content has changed since this translation was updated.

DateTime

The date and time when the translation was updated.

String

Translation value.


Was this section helpful?

mutation

Creates or updates translations.

Arguments

ID!
required

ID of the resource that is being translated.

[TranslationInput!]!
required

Specifies the input fields for a translation.


Fields

[Translation!]

The translations that were created or updated.

[TranslationUserError!]!
non-null

The list of errors that occurred from executing the mutation.

mutation

Deletes translations.

Arguments

[String!]!
required

The list of translation locales. Only locales returned in shopLocales are valid.

[ID!]

The list of market IDs.

ID!
required

ID of the translatable resource for which translations are being deleted.

[String!]!
required

The list of translation keys.


Fields

[Translation!]

The translations that were deleted.

[TranslationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?
OSZAR »