Types > VariantPricingCreate
Description
Fields
currency_prices: [CurrencyPriceCreate!]
List of prices specific to currencies
The minimum advertised price of the product variant
Example: 190
Valid when: map_price is a non-negative integer
The price of the product variant
Example: 190
Valid when: price is a non-negative integer
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_
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