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

CCPAttributeValuePricing

Enriches an attribute value with supplementary pricing data CCPAttributeValuePricing

export interface CCPAttributeValuePricing {
	'attributeValueKey'?: string;
	'obsoletePriceValue'?: Price;
	'priceValue'?: Price;
}

Properties

NameRequiredTypeDescription
attributeValueKeyOptionalstringValue key {string} CCPAttributeValuePricing
obsoletePriceValueOptionalPrice{Price} CCPAttributeValuePricing
priceValueOptionalPrice{Price} CCPAttributeValuePricing

Referenced Types

On this page