EndpointRecommendation

interface EndpointRecommendation

Functions

Link copied to clipboard
abstract suspend fun getCartComplementary(payload: CartRecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse
Link copied to clipboard
abstract suspend fun getCartRelated(payload: CartRecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse
Link copied to clipboard
abstract suspend fun getCategoryPopular(payload: RecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse
Link copied to clipboard
abstract suspend fun getCategoryTrending(payload: RecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse
Link copied to clipboard
abstract suspend fun getComplementary(payload: RecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse
Link copied to clipboard
abstract suspend fun getPopular(payload: RecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse
Link copied to clipboard
abstract suspend fun getRelated(payload: RecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse
Link copied to clipboard
abstract suspend fun getSimilar(payload: RecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse
Link copied to clipboard
abstract suspend fun getTrending(payload: RecommendationRequest, requestOptions: RequestOptions = RequestOptions()): RecommendationResponse