⚠️ Internal: This API is not publically exported by the
package.
Class GetSessionBasedItemPropertyRecommendationsCommand
Properties
execute
execute: ((__namedParameters) => Promise<{ itemProperties: string[]; warnings?: string[]; }>) Type declaration
- (__namedParameters): Promise<{
itemProperties: string[];
warnings?: string[];
}> Returns Promise<{
itemProperties: string[];
warnings?: string[];
}>
Session to item-property recommendations https://docs.api.crossingminds.com/endpoints/reco.html#get-session-based-recommendations-of-item-properties
Throws
if the response payload does not match the expected structure
Throws
if the API request fails