CCPConfigurationPricing
Enriches a product configuration with supplementary pricing data CCPConfigurationPricing
export interface CCPConfigurationPricing {
'attributes'?: Array<CCPAttributePricing>;
'configId'?: string;
'priceSummary'?: CCPConfigurationOverallPricing;
'pricingError'?: boolean;
'showDeltaPrices'?: boolean;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
attributes | Optional | Array<CCPAttributePricing> | List of supplementary data on attribute level {Array<CCPAttributePricing>} CCPConfigurationPricing |
configId | Optional | string | Configuration Identifier. A randomly generated UUID owned by the product configurator {string} CCPConfigurationPricing |
priceSummary | Optional | CCPConfigurationOverallPricing | {CCPConfigurationOverallPricing} CCPConfigurationPricing |
pricingError | Optional | boolean | Indicates that pricing is currently not available {boolean} CCPConfigurationPricing |
showDeltaPrices | Optional | boolean | Indicates that attribute surcharges are displayed relatively to the current attribute price {boolean} CCPConfigurationPricing |