Create a new recommendation
POST/recommend/
Generates a personalized list of product recommendations per session/user. If a user identifier is not available, personalization will be based only on the session identifier.
Request
Responses
- 201
- 400
- 500
Recommendation request which will return only product identifiers.
Bad request payload or missing required fields.
Internal server error.