Home > @poq/sdk-sfcc > VariationGroup
Document representing a variation group.
Signature:
export declare class VariationGroup extends BaseModel<VariationGroup>
Extends: BaseModel<VariationGroup
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the VariationGroup class |
Property | Modifiers | Type | Description |
---|---|---|---|
link? | string | (Optional) The URL addressing the product. | |
orderable? | boolean | (Optional) A flag indicating whether the variation group is orderable. | |
price? | number | (Optional) The sales price of the variation group. | |
pricePerUnit? | number | (Optional) The sales price per unit of the variation group. | |
productId? | string | (Optional) The id (SKU) of the variation group. | |
variationValues? | { [key: string]: string; } | (Optional) The actual variation attribute id - value pairs. |