Front Panel
Product
GET
Get all products
GET
Get product by category
Cart
POST
Add a new cart
GET
Get all cart
PUT
Update a cart
DELETE
Delete a cart
Checkout
POST
Checkout
Order
GET
Get a order
Auth
POST
Customer register
POST
Customer login
POST
Customer logout
Admin Panel
Category
GET
Get all Category
PUT
Update a category
DELETE
Delete a Category
POST
Add a new category
Product
POST
Add a new product
PUT
Update a product
PUT
Update a product by id
DELETE
Delete a product
DELETE
Delete a product by id
GET
Get all product
User
GET
Get all customer
PUT
Update a customer
DELETE
Update a customer
POST
Add a new customer
Order
GET
Get all order
GET
Get a order detail
PUT
Update a order
Auth
POST
Admin login
POST
Admin logout
API Endpoint
Select an endpoint from the sidebar
Request Body Schema:
application/json
Field
Type
Responses