import { ProductCollectionSortKeys } from '@daffodil/driver/shopify'
The set of valid sort keys for the ProductCollection query.
enum ProductCollectionSortKeys {
BestSelling = ProductCollectionSortKeys.BestSelling,
CollectionDefault = ProductCollectionSortKeys.CollectionDefault,
Created = ProductCollectionSortKeys.Created,
Id = ProductCollectionSortKeys.Id,
Manual = ProductCollectionSortKeys.Manual,
Price = ProductCollectionSortKeys.Price,
Relevance = ProductCollectionSortKeys.Relevance,
Title = ProductCollectionSortKeys.Title,
}
BestSelling ProductCollectionSortKeys.BestSelling |
---|
Sort by the |
CollectionDefault ProductCollectionSortKeys.CollectionDefault |
---|
Sort by the |
Created ProductCollectionSortKeys.Created |
---|
Sort by the |
Id ProductCollectionSortKeys.Id |
---|
Sort by the |
Manual ProductCollectionSortKeys.Manual |
---|
Sort by the |
Price ProductCollectionSortKeys.Price |
---|
Sort by the |
Relevance ProductCollectionSortKeys.Relevance |
---|
Sort by relevance to the search terms when the |
Title ProductCollectionSortKeys.Title |
---|
Sort by the |