Quick Start
Setup your Store
Discoverist Dashboard
Create an account at the Discoverist Website. Follow the instructions to create your Store. For more information follow this Guide
Discoverist DashboardGet your client_id and API keys
You will need a Client_id to access and the API's for your store. Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error. After creating the store you will be provided with your client_id and API key.
You can re-generate an API key by sending the request to Discoverist Team.
Make your first request
To make your first request, send an authenticated request to the bundles endpoint. This will return bundles for the product.
Get Bundles.
POST https://api.discoverist.ai/recommend/v1/clients/{client_id}/products/bundles
Returns the 2 bundles with 3 products in each bundle. Returns all the variants for the product.
Request Body
product_id*
string
Product Id from your Product Catalog
user_id
string
Unique user identifer for each user on your website.
Take a look at how you might call this method using our official libraries, or via curl:
Shopping Assistant
Use the following Guide to set up your Shopping Assistant.
AssistantsLast updated