π Demo Project
Welcome to Jasaapparel, at our store you will have a shopping experience with absolute satisfaction. Established in 2021 with a team of experienced staff, our mission is to bring customers the best products at the best prices. We create hundreds of designs every day, especially our designs follow current trends. Surely you will be very satisfied with the service quality of Jasaapparel.β¦
π Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Product /catalog/product/{id} |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| Order | ||
| POST |
Place Order /order/{id}/place |
|
| GET |
Get Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Cancel Order /order/{id} |
|
| POST |
Create Order /order/new |
|
| Authentication | ||
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
| POST |
Create User (Sign Up) /auth/user |
|
π Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | β |
|