import { ShopifySearchUnavailableProductsType } from '@daffodil/driver/shopify'
Specifies whether to display results for unavailable products.
enum ShopifySearchUnavailableProductsType {
Hide = ShopifySearchUnavailableProductsType.Hide,
Last = ShopifySearchUnavailableProductsType.Last,
Show = ShopifySearchUnavailableProductsType.Show,
}
Hide ShopifySearchUnavailableProductsType.Hide |
|---|
Exclude unavailable products. |
Last ShopifySearchUnavailableProductsType.Last |
|---|
Show unavailable products after all other matching results. This is the default. |
Show ShopifySearchUnavailableProductsType.Show |
|---|
Show unavailable products in the order that they're found. |