# TranslationInput - admin-graphql - INPUT_OBJECT Version: 2025-01 ## Description The input fields and values for creating or updating a translation. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2025-01/scalars/String): String! - On the resource that this translation belongs to, the reference to the value being translated. * [locale](/docs/api/admin-graphql/2025-01/scalars/String): String! - ISO code of the locale being translated into. Only locales returned in `shopLocales` are valid. * [marketId](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The ID of the market that the translation is specific to. Not specifying this field means that the translation will be available in all markets. * [translatableContentDigest](/docs/api/admin-graphql/2025-01/scalars/String): String! - Hash digest representation of the content being translated. * [value](/docs/api/admin-graphql/2025-01/scalars/String): String! - The value of the translation. ## Input objects with this input object * [translationsRegister](/docs/api/admin-graphql/2025-01/mutations/translationsRegister) ## Examples