GitHub

ShopifyTaxonomyMetafieldFilter

Type

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

A filter used to view a subset of products in a collection matching a specific taxonomy metafield value.

interface ShopifyTaxonomyMetafieldFilter {
  key: string
  namespace: string
  value: string
}

Properties

key
string

The key of the metafield to filter on.

namespace
string

The namespace of the metafield to filter on.

value
string

The value of the metafield.