Home > @poq/sdk-sfcc > ProductListItemReference > (constructor)
Constructs a new instance of the ProductListItemReference class
Signature:
constructor(params?: {
        id: string;
        priority?: number;
        productDetailsLink?: ProductDetailsLink;
        productList?: ProductListLink;
        _public?: boolean;
        purchasedQuantity?: number;
        quantity?: number;
        type?: ProductListItemReferenceTypeEnum;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { id: string; priority?: number; productDetailsLink?: ProductDetailsLink; productList?: ProductListLink; _public?: boolean; purchasedQuantity?: number; quantity?: number; type?: ProductListItemReferenceTypeEnum; } | (Optional) |