GraphQL INPUT_OBJECT
LocalizedStringInput
Input for localized product description in the cart.
link Definition
- input LocalizedStringInput {
- # Localized value.
- String! :
- # Two-character ID of the language, see ISO 639-1.
- LanguageEnum! :
- }
link Required by
- CreateProductContentSettingsInputnull
- CreateProductInputInput for created product.
- CreateProductSelectionInputInput for created product selection. Product selections are used to assign a product to one or more product characteristics.
- CreateTextElementInputInput for created text element. Text elements are used to display descriptive text in the cart for the various parts of a product variation.
- ProductDeliveryDownloadOptionsInputInput for download options of a given product.
- ProductDeliverySettingsInputInput for delivery settings of a given product
- UpdateProductInputInput for product update.
- UpdateProductSelectionInputInput for product selection update. Product selections are used to assign a product to one or more product characteristics.
- UpdateTextElementInputInput for text element update. Text elements are used to display descriptive text in the cart for the various parts of a product variation.