Alokai

CCPConfigurationPricing

Enriches a product configuration with supplementary pricing data. CCPConfigurationPricing

interface CCPConfigurationPricing {
	'attributes'?: Array<CCPAttributePricing>;
	'configId'?: string;
	'priceSummary'?: CCPConfigurationOverallPricing;
	'pricingError'?: boolean;
	'showDeltaPrices'?: boolean;
}

Properties

NameRequiredTypeDescription
attributesOptionalArray<CCPAttributePricing>List of supplementary data on attribute level. {Array<CCPAttributePricing>} CCPConfigurationPricing
configIdOptionalstringConfiguration Identifier. A randomly generated UUID owned by the product configurator. {string} CCPConfigurationPricing
priceSummaryOptionalCCPConfigurationOverallPricing{CCPConfigurationOverallPricing} CCPConfigurationPricing
pricingErrorOptionalbooleanIndicates that pricing is currently not available. {boolean} CCPConfigurationPricing
showDeltaPricesOptionalbooleanIndicates that attribute surcharges are displayed relatively to the current attribute price. {boolean} CCPConfigurationPricing

Referenced Types

On this page