Quick Start
Get a list of 10 products: https://storepi.vercel.app/api/v1/products?limit=10
Get products within a category: https://storepi.vercel.app/api/v1/categories/1/products
Get products below a given price: https://storepi.vercel.app/api/v1/products?sale_price_less_than=400&fields=name,sale_price
Get a specific product's reviews https://storepi.vercel.app/api/v1/products/18/reviews