projects/congarevenuecloud/ecommerce/src/lib/interfaces/product.interface.ts
The interface specifies the product query result set.
Properties |
Facets |
Facets:
|
Type : Array<FacetResult>
|
List of facets returned for the product search. |
Products |
Products:
|
Type : Array<Product>
|
List of products retrieved. |
TotalCount |
TotalCount:
|
Type : number
|
Total count of the products. |