Explore
FashionStore API
1.0.0
OAS 3.0
API for the FashionStore e-commerce platform
Servers
http://localhost:3000/api/v1 - Development server
Authorize
default
GET
/orders
Get orders
POST
/orders
Create order
GET
/products
/{id}
Get single product
GET
/products
Get all products
POST
/auth
Login
POST
/auth
/register
Register
Schemas
OrdersResponse
Order
CartItem
Meta
OrderInput
CartItemInput
OrderResponse
CartItemResponse
ProductResponse
Product
ProductsResponse
LoginCredentials
RegisterCredentials
AuthResponse