Home > @poq/sdk-sfcc > VariationGroup > (constructor)
Constructs a new instance of the VariationGroup
class
Signature:
constructor(params?: {
link?: string;
orderable?: boolean;
price?: number;
pricePerUnit?: number;
productId?: string;
variationValues?: {
[key: string]: string;
};
});
Parameter | Type | Description |
---|---|---|
params | { link?: string; orderable?: boolean; price?: number; pricePerUnit?: number; productId?: string; variationValues?: { [key: string]: string; }; } | (Optional) |