Back to Medusa

TranslationDTO

www/apps/resources/references/translation/interfaces/translation.TranslationDTO/page.mdx

2.14.21.7 KB
Original Source

import { TypeList } from "docs-ui"

TranslationDTO

The translation details.

<TypeList types={[{"name":"id","type":"string","description":"The ID of the translation.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"string","description":"The ID of the entity being translated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"string","description":"The type of entity being translated (e.g., "product", "product\_variant").","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"locale_code","type":"string","description":"The BCP 47 language tag code for this translation (e.g., "en-US", "fr-FR").","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"translations","type":"Record<string, unknown>","description":"The translated fields as key-value pairs.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"string \| Date","description":"The date and time the translation was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"string \| Date","description":"The date and time the translation was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"null \| string \| Date","description":"The date and time the translation was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="TranslationDTO"/>