Home > @poq/sdk-sfcc > ProductResult
Result document containing an array of products.
Signature:
export declare class ProductResult extends BaseModel<ProductResult>
Extends: BaseModel<ProductResult
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ProductResult class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| count? | number | (Optional) The number of returned documents. | |
| data? | Array<Product> | (Optional) The array of product documents. | |
| total? | number | (Optional) The total number of documents. |