Internal use only · Not a public endpoint
| GET | /api/health database status |
| POST | /api/auth/login authenticate user |
| GET | /api/products list products |
| POST | /api/products create product |
| PUT | /api/products/:id update product |
| DEL | /api/products/:id delete product |
| GET | /api/orders list orders |
| POST | /api/orders create order |
| GET | /api/customers list customers |
| GET | /api/sellers list sellers |
| GET | /api/promotions list promotions |
| GET | /api/stats sales stats |
| POST | /api/upload upload file |