Anchor to ProductContextualPricingProduct
objectProduct Contextual Pricing
Requires access scope.
The price of a product in a specific country. Shows the minimum and maximum variant prices through the price range and the count of fixed quantity rules that apply to the product's variants in the given pricing context.
Anchor to FieldsFields
- Anchor to fixedQuantityRulesCountfixed•Int!
Quantity Rules Count non-null The number of fixed quantity rules for the product's variants on the price list.
- Anchor to maxVariantPricingmax•Product
Variant Pricing Variant Contextual Pricing The pricing of the variant with the highest price in the given context.
- Anchor to minVariantPricingmin•Product
Variant Pricing Variant Contextual Pricing The pricing of the variant with the lowest price in the given context.
- Anchor to priceRangeprice•Product
Range Price Range V2! non-null The minimum and maximum prices of a product, expressed in decimal numbers. For example, if the product is priced between $10.00 and $50.00, then the price range is $10.00 - $50.00.
Was this section helpful?