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
| Name | Required | Type | Description |
|---|---|---|---|
attributeValueKey | Optional | string | Value key {string} CCPAttributeValuePricing |
obsoletePriceValue | Optional | Price | {Price} CCPAttributeValuePricing |
priceValue | Optional | Price | {Price} CCPAttributeValuePricing |