inventoryItemTranslation
Contains translated names and descriptions for inventory items to support multi-language e-commerce, reporting, and international business operations.
Columns
| Name | Type | References | Description |
| item [KEY] | String | The unique identifier for the inventory item that is being translated. This corresponds to the item record in NetSuite. | |
| displayname | String | The name of the item as it should appear in the storefront or other user-facing interfaces. This is typically used for branding and easy recognition. | |
| language | String | The language code associated with the translated text, ensuring that the correct localization is applied to the item's details. | |
| nopricemessage | String | A custom message displayed when the item's price is unavailable. This is often used for products that require a quote or have variable pricing. | |
| outofstockmessage | String | A message that is shown when the item is out of stock, informing customers of unavailability or providing restocking details. | |
| pagetitle | String | The title of the product page when displayed in a web store or search engine results. This is useful for SEO and improving user navigation. | |
| salesdescription | String | A brief, sales-focused description of the item, highlighting key features and benefits to encourage purchases. | |
| storedescription | String | A detailed description of the item used in an online store, providing key information that helps customers make purchasing decisions. | |
| featureddescription | String | A highlighted description of the item, typically used for promotional purposes or special feature callouts. | |
| specialsdescription | String | A description used to highlight any special promotions, discounts, or exclusive offers related to the item. | |
| storedisplayname | String | The name of the item as it appears in the online store, tailored for customer visibility and marketing presentation. | |
| storedetaileddescription | String | An in-depth description of the item displayed in the online store, providing comprehensive details, specifications, and usage information. |