serviceSaleItemTranslation
Contains translated fields for service sale items to support multilingual implementations.
Columns
| Name | Type | References | Description |
| item [KEY] | String | The internal identifier of the service sale item to which the translation applies. | |
| displayname | String | The localized name displayed for the item on the storefront or user interface. | |
| language | String | The language code or name representing the language of the translation. | |
| nopricemessage | String | The message shown when no price is available for the item in the specified language. | |
| outofstockmessage | String | The message displayed when the item is out of stock in the specified language. | |
| pagetitle | String | The localized page title used for the item’s product detail page. | |
| salesdescription | String | The translated sales description of the item, used in sales and marketing contexts. | |
| storedescription | String | The localized version of the item description shown in the online store. | |
| featureddescription | String | The translated text used for promoting the item as a featured product. | |
| specialsdescription | String | The translated message highlighting the item as part of a special offer or promotion. | |
| storedisplayname | String | The localized name shown for the item in the online store navigation and listings. | |
| storedetaileddescription | String | The full translated description of the item used in the detailed view on the store page. |