You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Categories List: Returns all the categories with name, path, image and total (total number of items available in this category)
Hottest Products list: Returns x products that are the hottest right now. Hottest should be defined by being recently added and having a lot of activity or traffic (views).
Best Sellers: Returns x products that are the best selling products on the website.
Top Merchants: Returns x merchants (seller accounts) that have the most successful products (most sellings and high reviews on their items).
For each category, return x products from that category. Could be top, latest, best or random items. This endpoint can be merged with the Categories List.
Required endpoints:
name,path,imageandtotal(total number of items available in this category)