ProductCollectionSortKeys enum
The set of valid sort keys for the ProductCollection query.
Values
- TITLE
Sort by thetitle
value. - COLLECTION_DEFAULT
Sort by thecollection-default
value. - CREATED
Sort by thecreated
value. - ID
Sort by theid
value. - MANUAL
Sort by themanual
value. - PRICE
Sort by theprice
value. - RELEVANCE
During a search (i.e. when thequery
parameter has been specified on the connection) this sorts the results by relevance to the search term(s). When no search query is specified, this sort key is not deterministic and should not be used. - BEST_SELLING
Sort by thebest-selling
value.