Skip to main content
Anchor to ProductVariantContextualPricing

ProductVariantContextualPricing

object

Requires read_products access scope.

The price of a product variant in a specific country. Prices vary between countries.

MoneyV2

The final compare-at price after all adjustments are applied.

MoneyV2!
non-null

The final price after all adjustments are applied.

QuantityPriceBreakConnection!
non-null

A list of quantity breaks for the product variant.

Arguments

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.

QuantityPriceBreakSortKeys
Default:MINIMUM_QUANTITY

Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.


QuantityRule!
non-null

The quantity rule applied for a given context.

MoneyV2

The unit price value for the given context based on the variant measurement.


Was this section helpful?