Home > @poq/sdk-sfcc > CustomerProductListItemResult
Document representing a customer product list items result.
Signature:
export declare class CustomerProductListItemResult extends BaseModel<CustomerProductListItemResult>
Extends: BaseModel<CustomerProductListItemResult
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerProductListItemResult class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| count? | number | (Optional) | |
| data? | Array<CustomerProductListItem> | (Optional) The customer product list items. | |
| next? | string | (Optional) The URL of the next result page. | |
| previous? | string | (Optional) The URL of the previous result page. | |
| start? | number | (Optional) The zero-based index of the first search hit to include in the result. | |
| total? | number | (Optional) |