๐ Demo Project
Looking for effective business prompts? Discover 7 game-changing ChatGPT prompts for business success. Get valuable insights and strategies to boost your productivity and enhance your decision-making process. Stay ahead of the competition with the power of AI. Visit our blog now and unlock your business potential.
๐ Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Product /catalog/product/{id} |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products /catalog/products |
|
| Order | ||
| POST |
Place Order /order/{id}/place |
|
| POST |
Add to Order /order/{id}/product |
|
| GET |
Get Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Create Order /order/new |
|
| DELETE |
Cancel Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| Authentication | ||
| POST |
Login /auth/login |
|
| POST |
Create User (Sign Up) /auth/user |
|
| GET |
Me /auth/me |
|
๐ Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | โ |
|