Poq.SDK.Node

Home > @poq/sdk-sfcc > VariationGroup > (constructor)

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;
        };
    });

Parameters

Parameter Type Description
params { link?: string; orderable?: boolean; price?: number; pricePerUnit?: number; productId?: string; variationValues?: { [key: string]: string; }; } (Optional)