stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantPricePair

AdminTypes.ProductVariantPricePair interface

The compare-at price and price of a variant sharing a currency.

Signature:

export interface ProductVariantPricePair 

Properties

Property Modifiers Type Description
compareAtPrice?   Maybe<MoneyV2> (Optional) The compare-at price of the variant with associated currency.
price   MoneyV2 The price of the variant with associated currency.