Types > VariantPricingCreate
Commerce APITypesVariantPricingCreate
VariantPricingCreate

Description

Fields

currency_prices: [CurrencyPriceCreate!]

List of prices specific to currencies


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


price_list_id: String!

Unique price list identifier. See also: Unique Identifiers

Example: "pl_EQzGqWoY"

Valid when: price_list_id is not empty

Valid when: price_list_id matches regexp pattern: ^pl_


retail_price: Int

The retail cost of the product variant

Example: 190

Valid when: retail_price is a non-negative integer


tiered_pricing: TieredPricingCreate


Used By

Types

ProductVariantCreate, ProductVariantModify

Preview (typescript)

Loading module