GraphQL OBJECT
TextElement
Descriptive text to display in the cart for a product variation.
link Definition
- type TextElement {
- # Unique ID of the text element.
- Int! :
- # Languages in which text element information can be entered.
- Language] : [
- # Date and time when the text element was created.
- DateTime :
- # User who created the text element.
- UserAccount! :
- # Internal name of the text element.
- String :
- # Date and time when the last edit occurred.
- DateTime :
- # User who last edited the text element.
- UserAccount! :
- # Default language of the text element.
- Language :
- # Text of the element in one or more languages.
- LocalizedString] : [
- # List of product characteristics in which the text element is used.
- ProductCharacteristic] : [
- # List of product characteristics options in which the text element is used.
- ProductCharacteristicOption] : [
- # List of product selection items in which the text element is used.
- ProductSelectionItem] : [
- }
link Required by
- CreateTextElementPayloadPayload for created text element. Text elements are used to display descriptive text in the cart for the various parts of a product variation.
- ProductCharacteristicProduct characteristic for offering product variations in the cart, such as version, language, or license period. One product characteristic contains the different options for a product from which the customer can choose.
- ProductCharacteristicOptionOption of the product characteristic.
- ProductSelectionItemItem in the product selection.
- querynull
- UpdateTextElementPayloadPayload for text element update. Text elements are used to display descriptive text in the cart for the various parts of a product variation.