Product API¶
For API description see the following link: https://docs.vviinn.com
For the different actions to use Visual Product Recommendation and Visual Product Search exist diffenrent API endpoints .
Product Catalog Synchronization¶
Send the category tree and products: https://docs.vviinn.com/#categoryTreePut , https://docs.vviinn.com/#productProductIdAnnotationPut
Visual Product Recommendation¶
It will get a specidifc product (productId) and recommend most similar products to input product.
- Recommendation for product ID: https://docs.vviinn.com/#productProductIdSimilarProductsGet
Visual Product Search¶
It will get an image as input and find most similar products images to input one in all product categories.
Also by extended endpoint (*), you can pass another parameter (categoryId) to VPS campaign, it could be search only in the specified product category, not all of them.
- Search for image input: https://docs.vviinn.com/#imageSearchPost
- Search for image input and product category detection: https://docs.vviinn.com/#imageSearchCategoryIdPost