Ecommerce API
## Overview This API provides a robust and scalable solution for digital storefronts to manage their core e-commerce operations. It streamlines the entire process from browsing products to final order placement. ## Key Features * **Product Management:** Fetch product details, categories, and inventory status with high speed. * **Cart Logic:** Handle complex cart operations including adding…
Ecommerce API endpoints
| Method | Endpoint | Description |
|---|---|---|
| products | ||
| GET |
/products/{id} /products/{id} |
|
| GET |
/products /products |
|
| PUT |
/products/{id} /products/{id} |
|
| DELETE |
/products/{id} /products/{id} |
|
| POST |
/products /products |
|
| cart | ||
| POST |
/cart/remove /cart/remove |
|
| GET |
/cart /cart |
|
| POST |
/cart/add /cart/add |
|
| orders | ||
| GET |
/orders /orders |
|
| POST |
/orders /orders |
|
| GET |
/orders/{id} /orders/{id} |
|
Ecommerce API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $2 / month | — |
|
| PRO | $4.5 / month | 1000 / second |
|
| ULTRA | $9 / month | 10000 / hour |
|
| MEGA | $20 / month | 100000 / hour |
|