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