object

SellerSortOn

Sorting options available for organizing seller data.
Fields
is_selected
Boolean
Indicates whether this sorting option is currently active/selected.
name
String
Display name of the sorting option, e.g. 'Price: Low to High', 'Fastest Delivery', 'Best Seller'.
value
String
Internal value used to specify the sorting order, e.g. 'price_asc', 'delivery_time_asc', 'discount_dsc'.