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 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_
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