itemTranslation
Stores multilingual translations of item names and descriptions to support international business operations.
Columns
| Name | Type | References | Description |
| item [KEY] | String | The unique identifier for the item being translated, corresponding to the item's internal ID in NetSuite. | |
| displayname | String | The localized name displayed for the item in the specified language is often used in store listings and catalogs. | |
| language | String | The translated item record in NetSuite supports multiple languages, helping to manage product information for global markets. | |
| nopricemessage | String | A custom message displayed when no price is available for the item in the given language, which is useful for restricted items or those requiring a quote. | |
| outofstockmessage | String | The localized message shown when the item is out of stock, managing customer expectations by providing alternative options or restock information. | |
| pagetitle | String | The translated title of the item used for SEO and displayed in the browser title bar when viewing the item’s product page. | |
| salesdescription | String | The detailed sales-oriented description of the item in the specified language is often used in quotes, invoices, and sales orders. | |
| storedescription | String | A brief product description intended for use in online stores, providing essential details about the item in the specified language. | |
| featureddescription | String | A highlighted or promotional description of the item, translated for the specific locale, typically used in special promotions or featured item listings. | |
| specialsdescription | String | A short, translated description used for promotional or special offer sections of the store, drawing attention to discounts or limited-time deals. | |
| storedisplayname | String | The localized name displayed for the item within the store interface, helping customers identify the product in their preferred language. | |
| storedetaileddescription | String | A rich, fully translated description containing in-depth information about the product, often including specifications, usage details, and benefits. |