ProductInterestsApiFp
ProductInterestsApi - functional programming interface
Signature
ProductInterestsApiFp: (
configuration?: Configuration
) => {
createProductInterest(baseSiteId: string,
notificationType: string,
productCode: string,
userId: string,
fields?: string,
options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance,
basePath?: string) => AxiosPromise<ProductInterestRelation>>;
getProductInterests(baseSiteId: string,
userId: string,
currentPage?: string,
fields?: string,
needsTotal?: GetProductInterestsNeedsTotalEnum,
notificationType?: string,
pageSize?: string,
productCode?: string,
sort?: string,
options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance,
basePath?: string) => AxiosPromise<CustomerInterestsSearchPage>>;
removeProductInterest(baseSiteId: string,
notificationType: string,
productCode: string,
userId: string,
options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance,
basePath?: string) => AxiosPromise<void>>;
}Parameters
| Name | Required | Type | Description |
|---|---|---|---|
configuration | Optional | Configuration |
Referenced Types
AxiosRequestConfigAxiosInstanceAxiosPromise- ProductInterestRelation
- GetProductInterestsNeedsTotalEnum
- CustomerInterestsSearchPage