You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CustomerInterestsSearchPage
Customer interests search page CustomerInterestsSearchPage
export interface CustomerInterestsSearchPage {
'pagination'?: Pagination;
'results'?: Array<ProductInterestRelation>;
'sorts'?: Array<Sort>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
pagination | Optional | Pagination | {Pagination} CustomerInterestsSearchPage |
results | Optional | Array<ProductInterestRelation> | List of product interest relation {Array<ProductInterestRelation>} CustomerInterestsSearchPage |
sorts | Optional | Array<Sort> | Sorting information {Array<Sort>} CustomerInterestsSearchPage |