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