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


pricing_rule_id: String!

Unique pricing rule identifier. See also: Unique Identifiers

Example: "pu_EQzGqWoY"

Valid when: pricing_rule_id is not empty

Valid when: pricing_rule_id matches regexp pattern: ^pu_


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