async function $getRecommendations(recProps:
IRecommendationProps
) =>
IRecommendationResponse
Retrieves recommendations for a user from Obviyo endpoint
async function $reportProductInteraction(interactionProps:
IProductInteractionProps
) => void
Call when user engages with a product (through viewing a pdp, adding to cart, purchasing, or clicking on a product in a recommendation widget).
Last updated 4 years ago