Enumeration: PriceTypeEnum
Price Type classification for configurable product pricing.
This enum defines the different price types that can be used in the configurator, allowing for different pricing strategies and user segments. Each price type represents a different pricing level or strategy that can be selectively shown to different user groups based on their role or access level.
While the price types are predefined, each business can determine what each type represents in their specific context. This flexibility enables complex pricing strategies that can accommodate different sales channels, customer segments, or promotional scenarios.
Enumeration Members
BLANK
BLANK:
"BLANK"
No price display.
When BLANK is selected, no price information is displayed to the user. This effectively hides all pricing from the configuration experience.
This option is useful for scenarios where:
- Products require custom quotes based on configuration
- Pricing isn't finalized or available yet
- The configurator is being used for design purposes only
- The business prefers to discuss pricing separately from configuration
COST
COST:
"COST"
Cost-based pricing.
COST typically represents the wholesale or acquisition cost of the product. This is usually lower than the RRP and represents the price that resellers, dealers, or internal teams would pay.
This price type is often restricted to:
- Internal sales teams
- Authorized dealers or resellers
- Business partners with wholesale arrangements
It provides transparency on costs while enabling margin calculations for channel partners or internal stakeholders.
RRP
RRP:
"RRP"
Recommended Retail Price.
RRP typically represents the suggested selling price to end customers. It's the standard price point that establishes the product's market position and serves as a reference for discounts or special pricing.
This price type is commonly shown to end customers and the general public. It provides a consistent price point across different sales channels and creates a baseline for value perception.
SALE
SALE:
"SALE"
Sale or promotional pricing.
SALE represents a discounted or promotional price that's lower than the standard RRP. It may be time-limited, seasonal, or targeted to specific customer segments.
This price type can be used for:
- Limited-time promotions
- Loyalty pricing or preferred customer rates
- Clearance or inventory reduction initiatives
- Special campaign pricing
It helps drive conversion by highlighting savings relative to the RRP.