object

ProductSortOn

Represents sorting options available for products, including metadata and selection status.
Fields
display
String
Display name or label for the sorting option.
is_selected
Boolean
Indicates whether this sorting option is currently selected.
logo
String
URL or path to the logo associated with the sorting option.
name
String
Name or identifier of the sorting option.
value
String
Value used to specify the sorting order (e.g., price_asc, discount_dsc).