get_visually_similar
Find visually similar products using product ID, color ID, and personalized preferences. Retrieve matching items with pagination and tailored recommendations for enhanced shopping experiences.
Instructions
Get visually similar products
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_version | No | API version to use (overrides FINDMINE_API_VERSION env var) | |
customer_gender | No | Customer gender (M = Men, W = Women, U = Unknown) | |
customer_id | No | Customer ID for personalized recommendations | |
limit | No | Maximum number of products to return | |
offset | No | Offset for pagination | |
product_color_id | No | Color ID of the product (if applicable) | |
product_id | Yes | ID of the product | |
session_id | No | Session ID for tracking and personalization |