Represents sorting options available for products, including metadata and selection status.
Fields
display
StringDisplay name or label for the sorting option.
is_selected
BooleanIndicates whether this sorting option is currently selected.
logo
StringURL or path to the logo associated with the sorting option.
name
StringName or identifier of the sorting option.
value
StringValue used to specify the sorting order (e.g., price_asc, discount_dsc).
Was this section helpful?