ProductCollectionSortKeys enum

The set of valid sort keys for the ProductCollection query.

Values

  • TITLE
    Sort by the title value.
  • COLLECTION_DEFAULT
    Sort by the collection-default value.
  • CREATED
    Sort by the created value.
  • ID
    Sort by the id value.
  • MANUAL
    Sort by the manual value.
  • PRICE
    Sort by the price value.
  • RELEVANCE
    During a search (i.e. when the query 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 the best-selling value.