GitHub

ShopifyFilterType

Type

import { ShopifyFilterType } from '@daffodil/driver/shopify'

The type of data that the filter group represents.

For more information, refer to [Filter products in a collection with the Storefront API] (https://shopify.dev/custom-storefronts/products-collections/filter-products).

enum ShopifyFilterType {
  Boolean = ShopifyFilterType.Boolean,
  List = ShopifyFilterType.List,
  PriceRange = ShopifyFilterType.PriceRange,
}

Properties

Boolean
ShopifyFilterType.Boolean

A boolean value.

List
ShopifyFilterType.List

A list of selectable values.

PriceRange
ShopifyFilterType.PriceRange

A range of prices.