GitHub

ShopifySearchType

enum

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

The types of search items to perform search within.

enum ShopifySearchType {
  Article = ShopifySearchType.Article,
  Page = ShopifySearchType.Page,
  Product = ShopifySearchType.Product,
}

Properties

Article
ShopifySearchType.Article

Returns matching articles.

Page
ShopifySearchType.Page

Returns matching pages.

Product
ShopifySearchType.Product

Returns matching products.