recommendation
GET https://xyz.search.frenzy.ai/recommendation
Get top N matching products for a given product-id.
Query Parameters
Headers
- 200 Top N matching products for the given product-id are successfully retrieved.
- Success
- Success(full_description=true)
- Failure
NOTE: For Shopify Customers
- sku = product_id + ’_’ + variant_id
- num_matching = is set in the portal
Response Object
Example Request
By default, the request will return only the list of matching product-ids.Example Request (full_description = true)
To get all product attributes along with product-ids, set the full_description parameter to true