GitHub

ShopifyProductPriceRange

interface

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

The price range of the product.

interface ShopifyProductPriceRange {
  __typename: "ProductPriceRange"
  maxVariantPrice: ShopifyMoneyV2
  minVariantPrice: ShopifyMoneyV2
}

Properties

__typename
"ProductPriceRange"
maxVariantPrice
ShopifyMoneyV2

The highest variant's price.

minVariantPrice
ShopifyMoneyV2

The lowest variant's price.