Types > CurrencyPrice
Commerce APITypesCurrencyPrice
CurrencyPrice

Description

Fields

currency: String!

Currency code

Example: "USD"


map_price: Int!

The minimum advertised price of the product variant

Example: 190


price: Int!

The price of the product variant

Example: 190


retail_price: Int!

The retail cost of the product variant

Example: 190


sale_price: Int!

Special price for a product that can be active during a selected period of time

Example: 120


tiered_pricing: TieredPricing


Used By

Types

ProductVariant

Preview (typescript)

Loading module