Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductContextualPricing
The price of a product in a specific country. Prices vary between countries.
Signature:
export interface ProductContextualPricing
Property | Modifiers | Type | Description |
---|---|---|---|
fixedQuantityRulesCount | Scalars[‘Int’][‘output’] | The number of fixed quantity rules for the product’s variants on the price list. | |
maxVariantPricing? | Maybe<ProductVariantContextualPricing> | (Optional) The pricing of the variant with the highest price in the given context. | |
minVariantPricing? | Maybe<ProductVariantContextualPricing> | (Optional) The pricing of the variant with the lowest price in the given context. | |
priceRange | ProductPriceRangeV2 | The price range of the product with prices formatted as decimals. |