Home > @poq/sdk-sfcc > ProductResult > (constructor)
Constructs a new instance of the ProductResult
class
Signature:
constructor(params?: {
count?: number;
data?: Array<Product>;
total?: number;
});
Parameter | Type | Description |
---|---|---|
params | { count?: number; data?: Array<Product>; total?: number; } | (Optional) |