Component: CUSTOM_INPUT_FIELD_VALUES

Abstract

Custom input field values is a tool that helps categorization of products.

Values for this component can be set via ExperienceComponentsDto.customInputFieldValues which is an array of CustomInputFieldValueDto entities. Each element refers to a specific custom input field. Send empty array to clear this value on update.

Note (1): if a product is a box, custom input field values may be retrieved either of parent or child entity, depending on box settings.

Note(2): make sure you always send a complete set of values when updating this component, as omitted entries will be deleted.

Attributes of CustomInputFieldValueDto

Attribute JSON path
Data type
Mandatory
Settable
Notes
customInputFieldId
long
Custom field (not value!) id, CustomInputFieldDto.id
value
string
Mandatory if custom input field requires value (setting at custom input field level)
 
Did this answer your question?
😞
😐
🤩