Home > @poq/sdk-sfcc > VariationAttributeValue
Document representing a variation attribute value.
Signature:
export declare class VariationAttributeValue extends BaseModel<VariationAttributeValue>
Extends: BaseModel<VariationAttributeValue
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the VariationAttributeValue class |
Property | Modifiers | Type | Description |
---|---|---|---|
description? | string | (Optional) The localized description of the variation value. | |
image? | Image | (Optional) | |
imageSwatch? | Image | (Optional) | |
name? | string | (Optional) The localized display name of the variation value. | |
orderable? | boolean | (Optional) A flag indicating whether at least one variant with this variation attribute value is available to sell. | |
value | string | The actual variation value. |