ProductSortKeys
The set of valid sort keys for the Product query.
import { ProductSortKeys } from '@daffodil/driver/shopify'
enum ProductSortKeys {
BestSelling = 'BEST_SELLING',
CreatedAt = 'CREATED_AT',
Id = 'ID',
Price = 'PRICE',
ProductType = 'PRODUCT_TYPE',
Relevance = 'RELEVANCE',
Title = 'TITLE',
UpdatedAt = 'UPDATED_AT',
Vendor = 'VENDOR',
}