Types > VariantCurrencyPrice
Commerce APITypesVariantCurrencyPrice
VariantCurrencyPrice

Description

Fields

currency: String!

Currency code to define the price in

Example: "USD"


map_price: Int

The minimum advertised price of the product variant

Example: 190

Valid when: map_price is a non-negative integer


price: Int!

The price of the product variant

Example: 190

Valid when: price is a non-negative integer


retail_price: Int

The retail cost of the product variant

Example: 190

Valid when: retail_price is a non-negative integer


sale_price: Int

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

Example: 120

Valid when: sale_price is a non-negative integer


tiered_pricing: TieredPricingCreate


Used By

Types

ProductVariantCreate, ProductVariantModify

Preview (typescript)

Loading module