UnitPriceRangeInput
Input for setting custom price for a unit range
This page contains
Fields
| minUnits BigDecimal! PREVIEW | Minimum number of units for a range |
| maxUnits BigDecimal PREVIEW | Maximum number of units for a range |
| percentage Boolean | If true, custom price is treated as a percentage value and final price is calculated accordingly(will be deprecated as only markupMode will be considered further) |
| markupMode MarkupMode | Defines how the values in prices are interpreted: PERCENTAGE, FIXED_AMOUNT (delta from source price), or FIXED_PRICE (final absolute price) Default value: FIXED_PRICE |
| prices [CurrencyPriceInput!] | Defines custom prices for a given range for one or more currencies |
| markupSourceType MarkupSourceType | Apply markup/markdown on the developer price or marketPlace sale price Default value: BASE_PRICE |