### FindMine Integration Methods Source: https://context7_llms Details various methods for integrating FindMine's styling solutions, including a React widget, direct API calls, and specific channel integrations. ```APIDOC Integration Methods: - FindMine-hosted React JavaScript widget: For quick implementation on websites. - API integration: For comprehensive integration across all channels. - Model Context Protocol server: For bringing FindMine style content to chat and agents. - Channel Integrations: Email, marketing, customer service, advertising, in-store kiosks, connected fitting rooms. - Data Communication: - Product catalog data: Full feed drops or API crawls. - Inventory/Sale status: Intra-day live signals via API. ``` -------------------------------- ### FindMine Core Styling APIs Source: https://context7_llms Provides endpoints for generating outfit recommendations and finding visually similar products. These APIs are crucial for integrating FindMine's styling intelligence into e-commerce platforms. ```APIDOC Complete the Look API: Endpoint: /api/v3/complete-the-look Methods: GET, POST Purpose: Returns a list of products that complete an outfit based on a starting product. Parameters: - product_id (string): The ID of the starting product. - product_color_id (string): The color ID of the starting product. - customer_session_id (string): Identifier for the customer's current session. Response: JSON object containing outfit recommendations. Visually Similar API: Endpoint: /api/v3/visually-similar Methods: GET, POST Purpose: Returns products that are visually similar to a reference product. Parameters: - product_id (string): The ID of the reference product. - product_color_id (string): The color ID of the reference product. Response: JSON object with visually similar products ranked by similarity. ``` -------------------------------- ### FindMine Product and Analytics APIs Source: https://context7_llms Enables updating product inventory status and tracking user interactions with recommendations. Essential for real-time accuracy and performance monitoring. ```APIDOC Item Details API: Endpoint: /api/v3/item-details Method: POST Purpose: Update product inventory status to ensure recommendations only include available items. Parameters: - product_id (string): The ID of the product. - product_in_stock (boolean): Indicates if the product is currently in stock. - product_on_sale (boolean): Indicates if the product is currently on sale. Response: Confirmation of update status. Analytics API: Endpoint: /api/v3/analytics Method: GET Purpose: Track user interactions with FindMine recommendations. Parameters: - session_id (string): The session identifier. - event_type (string): The type of event (e.g., 'view', 'click', 'purchase'). - interaction (string): Details about the user's interaction. Response: Tracking confirmation. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.