# ProductCollectionSortKeys - storefront - ENUM
Version: unstable

## Description
The set of valid sort keys for the ProductCollection query.

### Access Scopes





## Enum values
* [BEST_SELLING](/docs/api/storefront/unstable/enums/BEST_SELLING)
* [COLLECTION_DEFAULT](/docs/api/storefront/unstable/enums/COLLECTION_DEFAULT)
* [CREATED](/docs/api/storefront/unstable/enums/CREATED)
* [ID](/docs/api/storefront/unstable/enums/ID)
* [MANUAL](/docs/api/storefront/unstable/enums/MANUAL)
* [PRICE](/docs/api/storefront/unstable/enums/PRICE)
* [RELEVANCE](/docs/api/storefront/unstable/enums/RELEVANCE)
* [TITLE](/docs/api/storefront/unstable/enums/TITLE)

## Fields with this enum
* [Collection.products](/docs/api/storefront/unstable/arguments/Collection)


## Examples