Endpoint Examples
Get Automatic Recommendations
Get automatic recommendations powered using LLMs
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Shopify store URL
Example:
"shop.myshopify.com"
Body
application/json
Request body
List of product IDs to get recommendations for
Type of recommendations to retrieve
Available options:
similar_products
Context where recommendations will be displayed
Available options:
product_details
, product_ids
Was this page helpful?