Represents a dynamic product field with methods to retrieve and update its text, and to get detailed information about the field.
Retrieves detailed information about the field.
An object containing detailed information about the field, including its type, custom data, name, and current value.
Retrieves the text content of the field.
The current text of the field.
Updates the field's text content.
{string} The new text to set for the field.
Returns true if the text was successfully updated, false otherwise.
Represents a dynamic product field with methods to retrieve and update its text, and to get detailed information about the field.