stack

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

AdminTypes.ProductVariantContextualPricing interface

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

Signature:

export interface ProductVariantContextualPricing 

Properties

Property Modifiers Type Description
compareAtPrice?   Maybe<MoneyV2> (Optional) The final compare-at price after all adjustments are applied.
price   MoneyV2 The final price after all adjustments are applied.
quantityPriceBreaks   QuantityPriceBreakConnection A list of quantity breaks for the product variant.
quantityRule   QuantityRule The quantity rule applied for a given context.