Interface: PopularConfigItem
Represents a fully prepared popular configuration item ready for display.
This interface extends the basic popular configuration data with dynamically generated information needed for presentation, including image URLs, pricing, and reference codes. It provides everything needed to display and select popular configurations in the user interface.
These enriched configuration items bridge the gap between stored configuration definitions and user-friendly presentation elements.
Properties
configurationCode
configurationCode:
string
Full configuration code representing all selected options.
This is the technical representation of the configuration that can be applied to set the product to this exact setup.
image?
optional
image:string
Absolute URL to the configuration's thumbnail image.
This ready-to-use image URL displays what the product looks like in this configuration, helping users visually identify options.
price?
optional
price:number
Calculated price for this configuration.
The price helps users understand the cost implications of different popular configurations.
productId
productId:
string
ID of the product this configuration applies to.
This identifies which product this configuration is for, allowing the system to load the correct base product.
shortCode
shortCode:
string
Unique shortcode that identifies this specific configuration.
This code can be used in URLs or references to quickly access this exact product configuration.
variantCode
variantCode:
string
Full variant code combining product prefix and configuration code.
This complete code uniquely identifies both the product and its specific configuration, useful for system-level references.