Home > @poq/sdk-sfcc > BundledProduct > (constructor)
Constructs a new instance of the BundledProduct class
Signature:
constructor(params?: {
id?: string;
product?: Product;
quantity?: number;
});
| Parameter | Type | Description |
|---|---|---|
| params | { id?: string; product?: Product; quantity?: number; } | (Optional) |