Please enable JavaScript.
Coggle requires JavaScript to display documents.
eCom, Authorization Based Roles, Frontend, Backend, Dashboard - Coggle…
eCom
Other services
Tax filing
Inventory management
Backend
Frontend
Authorization Based Roles
Admin - client
Vendor - partner
User - customers
User Admin - software firm
Frontend
e-com
Pages
Orders
List all orders
single order
Authentication
SignIn
SignUp
Forget Password
Products
Single Product
All Products (Home)
Components
Cart
Product Review
Dashboard
Pages
Authentication
SignIn
Product
List all product
Edit product
Orders
List all orders
view_one_order
Users
List_all_users
update_status
Backend
Modules
Authentication
methods
email-password
otp
google
signup
get_token
user_details
signin
get_token
user_details
API's
signup
signin
reset
signout
Users
name: required
mobile: required
address
dob
gender
API's
update
admin
delete
get_all
get_profile
is_active
email
password
Products
name
description
price
quantity
category
highlights: array of string
specification: array of json
discount
on_offer: boolean
is_active
API's
/products: with pagination and filters
/product/:id
admin
/products: with pagination and filters
/product/:id
delete
create
update
Orders
cart_id
user_id
shipping_address
total_amount
payment_details
is_payment_done: boolean
API's
admin
change_status
get_all with pagination
get_user_orders
/order/:id
Product Review
product_id
title
stars
description
images: []
API's
get_all
admin
remove
get_all
create_users
update_users
delete_users
Cart
user_id
product_details: [{product: {product_details}, order_quantity: 10}]
total_amount
API's
add
get_users
remove
Dashboard
Modules
Users Module
Products Module
Orders Module
Delivery Module