ProductVariantPricePair object
The compare-at price and price of a variant sharing a currency.
On this page
Fields
- compareAtPrice (
[MoneyV2](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
The compare-at price of the variant with associated currency. - price (
[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
The price of the variant with associated currency.
Types that return ProductVariantPricePair
[ProductVariant.presentmentPrices](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariant#presentmentprices-2021-01)
An auto-generated type for paginating through multiple ProductVariantPricePairs.
On this page
Fields
- edges (
[[ProductVariantPricePairEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariantpricepair)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one ProductVariantPricePair and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[ProductVariantPricePair!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariantpricepair)
)
The item at the end of ProductVariantPricePairEdge.
Types that return ProductVariantPricePairEdge
[ProductVariantPricePairConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariantpricepair#edges-2021-01)