create Recommendation Event Async
abstract suspend fun createRecommendationEventAsync(storeId: String, action: String, itemIds: List<String>): Result
Registers a recommendation event for the given store ID, action and item IDs.
Return
The result of the operation.
Parameters
store Id
The ID of the content store.
action
The action performed. Actions can be "view", "click", "recommendation_view", "entrypage", "shoppingcart", "order".
item Ids
A list of item IDs involved in the action.