Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantContextualPricing
The price of a product variant in a specific country. Prices vary between countries.
Signature:
export interface ProductVariantContextualPricing
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. |