Types > VariantPricing
Commerce APITypesVariantPricing
VariantPricing

Description

Fields

currency_prices: [CurrencyPrice!]!

List of prices specific to currencies


map_price: Int!

The minimum advertised price of the product variant

Example: 190


price: Int!

The price of the product variant

Example: 190


pricing_rule: PricingRule

The price is applied when this pricing rule matches

Expandable

Permission bit: "pricing_rules.read"


retail_price: Int!

The retail cost of the product variant

Example: 190


tiered_pricing: TieredPricing


Used By

Types

ProductVariant

Preview (typescript)

Loading module