Products

https://storepi.vercel.app/api/v1/products

Sample Response:

"count": 50, "data": [ { "id": 1, "best_seller": true, "in_stock": true, "sku": 1, "name": "HP 24 in. LED Monitor IPS Micro-edge HDMI VGA 60Hz 5ms - 24m", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 149.95, "sale_price": 129.95, "reviews_quantity": 7, "reviews_average": 4.51, "description": "Enjoy more desk space than you ever thought possible with this ultra-slim HP display. The attractive, micro-edge design adds stylish beauty to any environment, and provides for a seamless multi-monitor setup.", "slug": "hp-24-in.-led-monitor-ips-micro-edge-hdmi-vga-60hz-5ms-24m", "specs": [...], "features": [...], "images": [...] }, { "id": 6, "best_seller": false, "in_stock": true, "sku": 6, "name": "Flowerbomb Ruby Orchid Eau de Parfum", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 88.99, "sale_price": 88.99, "reviews_quantity": 5, "reviews_average": 3.54, "description": "The heart of this luxurious perfume features two accords: the ruby orchid and the red vanilla bean accord, giving the fragrance a unequivocal sensuality, enhanced by the fresh scent of peach, floral, and vanilla fragrance.", "slug": "flowerbomb-ruby-orchid-eau-de-parfum", "specs": [...], "features": [...], "images": [...] }, { "id": 7, "best_seller": false, "in_stock": true, "sku": 7, "name": "World Rug Gallery Modern Large Floral Flowers Indoor Outdoor Rug", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 119.99, "sale_price": 47.99, "reviews_quantity": 2, "reviews_average": 2.50, "description": "Experience comfort, durability, and versatility with this World Rug Gallery Modern Large Floral Flowers Indoor Outdoor rug.", "slug": "world-rug-gallery-modern-large-floral-flowers-indoor-outdoor-rug", "specs": [...], "features": [...], "images": [...] }, ... ]

https://storepi.vercel.app/api/v1/products/:id

Sample Response:

"data": { "id": 1, "best_seller": true, "in_stock": true, "features": [...], "images": [...], "sku": 1, "name": "HP 24 in. LED Monitor IPS Micro-edge HDMI VGA 60Hz 5ms - 24m", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 149.95, "sale_price": 129.95, "reviews_quantity": 7, "reviews_average": 4.51, "description": "Enjoy more desk space than you ever thought possible with this ultra-slim HP display. The attractive, micro-edge design adds stylish beauty to any environment, and provides for a seamless multi-monitor setup.", "specs": [...], "slug": "hp-24-in.-led-monitor-ips-micro-edge-hdmi-vga-60hz-5ms-24m" }

https://storepi.vercel.app/api/v1/categories

Sample Response:

"count": 6, "data": [ { "id": 1, "name": "Electronics", "slug": "electronics" }, { "id": 2, "name": "Men's Clothing", "slug": "mens-clothing" }, { "id": 3, "name": "Women's Clothing", "slug": "womens-clothing" }, ... ]

https://storepi.vercel.app/api/v1/categories/:id/products

Sample Response:

"count": 10, "data": [ { "best_seller": true, "in_stock": true, "features": [...], "images": [...], "sku": 1, "name": "HP 24 in. LED Monitor IPS Micro-edge HDMI VGA 60Hz 5ms - 24m", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 149.95, "sale_price": 129.95, "reviews_quantity": 7, "reviews_average": 4.51, "description": "Enjoy more desk space than you ever thought possible with this ultra-slim HP display. The attractive, micro-edge design adds stylish beauty to any environment, and provides for a seamless multi-monitor setup.", "specs": [...], "slug": "hp-24-in.-led-monitor-ips-micro-edge-hdmi-vga-60hz-5ms-24m", "id": 1 }, { "best_seller": false, "in_stock": true, "features": [...], "images": [...], "sku": 3, "name": "Acer Predator XB3 - 27 in. Monitor Full HD", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 369.99, "sale_price": 249.99, "reviews_quantity": 4, "reviews_average": 4.87, "description": "Bring on the blitz. Turbo-charged refresh rates will fuel your need for gaming speed with this captivating 27 inch dislay.", "specs": [...], "slug": "acer-predator-xb3-27-in.-monitor-full-hd", "id": 3 }, { "best_seller": true, "in_stock": true, "features": [...], "images": [...], "sku": 8, "name": "Amazfit GTS 2 Mini Smart Watch", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 99.99, "sale_price": 69.99, "reviews_quantity": 7, "reviews_average": 4.5 "description": "Get an intelligent little pal to remind you of the incoming calls, text messages, apps, and calendars, alarm clock, weather forecast, and support control the music playback & camera on your smartphone.", "specs": [...], "slug": "amazfit-gts-2-mini-smart-watch", "id": 8 } ... ]

https://storepi.vercel.app/api/v1/brands

Sample Response:

"count": 44, "data": [ { "id": 1, "name": "Abystyle" }, { "id": 2, "name": "Acer" }, { "id": 3, "name": "Adidas" }, { "id": 4, "name": "Amazfit" }, ... ]

https://storepi.vercel.app/api/v1/brands/:id/products

Sample Response:

"count": 10, "data": [ { "best_seller": true, "in_stock": true, "features": [...], "images": [...], "sku": 1, "name": "HP 24 in. LED Monitor IPS Micro-edge HDMI VGA 60Hz 5ms - 24m", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 149.95, "sale_price": 129.95, "reviews_quantity": 7, "reviews_average": 4.51, "description": "Enjoy more desk space than you ever thought possible with this ultra-slim HP display. The attractive, micro-edge design adds stylish beauty to any environment, and provides for a seamless multi-monitor setup.", "specs": [...], "slug": "hp-24-in.-led-monitor-ips-micro-edge-hdmi-vga-60hz-5ms-24m", "id": 1 }, { "best_seller": false, "in_stock": true, "features": [...], "images": [...], "sku": 3, "name": "Acer Predator XB3 - 27 in. Monitor Full HD", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 369.99, "sale_price": 249.99, "reviews_quantity": 4, "reviews_average": 4.87, "description": "Bring on the blitz. Turbo-charged refresh rates will fuel your need for gaming speed with this captivating 27 inch dislay.", "specs": [...], "slug": "acer-predator-xb3-27-in.-monitor-full-hd", "id": 3 }, { "best_seller": true, "in_stock": true, "features": [...], "images": [...], "sku": 8, "name": "Amazfit GTS 2 Mini Smart Watch", "category": { "name": "..." }, "brand": { "name": "..." }, "regular_price": 99.99, "sale_price": 69.99, "reviews_quantity": 7, "reviews_average": 4.5 "description": "Get an intelligent little pal to remind you of the incoming calls, text messages, apps, and calendars, alarm clock, weather forecast, and support control the music playback & camera on your smartphone.", "specs": [...], "slug": "amazfit-gts-2-mini-smart-watch", "id": 8 } ... ]