Markups
Indicates the markup on the pricing Item
This page contains
Fields
| percentage: Boolean! | If true, price is treated as a percentage value(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) |
| markupType: MarkupPricingType! | Defines the type of markup - Marketplace sale price (CHANNEL) or Wholesale price (CHANNEL_RESELLER) |
| prices: [CurrencyPrice!]! | Represents price for a particular currency |
Parent objects of Markups
| Fee | Detailed Fees structure |
| PriceRange | Range of units for which price is defined |