Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CCPAttributeValueOverview

Representation of an attribute value in the context of the configuration overview CCPAttributeValueOverview

export interface CCPAttributeValueOverview {
	'characteristic'?: string;
	'characteristicId'?: string;
	'messages'?: Array<CCPMessage>;
	'obsoletePrice'?: Price;
	'price'?: Price;
	'value'?: string;
	'valueId'?: string;
}

Properties

NameRequiredTypeDescription
characteristicOptionalstringLanguage dependent attribute name {string} CCPAttributeValueOverview
characteristicIdOptionalstringAttribute ID {string} CCPAttributeValueOverview
messagesOptionalArray<CCPMessage>Message list {Array<CCPMessage>} CCPAttributeValueOverview
obsoletePriceOptionalPrice{Price} CCPAttributeValueOverview
priceOptionalPrice{Price} CCPAttributeValueOverview
valueOptionalstringLanguage dependent value name {string} CCPAttributeValueOverview
valueIdOptionalstringValue ID {string} CCPAttributeValueOverview

Referenced Types

On this page