Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantPricePair
The compare-at price and price of a variant sharing a currency.
Signature:
export interface ProductVariantPricePair
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. |