E-Commerce Production
Backend API for E-shop application, which is a E-shop directory API made with Express to manage bootcamps, course, users, and authentication.
products
Products CRUD functionality
GETGet All Products
https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/
Example Request
Get All Products
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGet Product By Id
https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/630eac2d6116a19767ed6906
AUTHORIZATIONBearer Token
Token
Example Request
Get Product By Id
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGet Total Product
https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/get/count
AUTHORIZATIONBearer Token
Token
Example Request
Get Total Product
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGet Featured Product Limit
https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products/get/featured/0
AUTHORIZATIONBearer Token
Token
Example Request
Get Featured Product Limit
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGet Filtering Product By Category Id
https://e-commerce-backend-production-f9e5.up.railway.app//api/v1/products?categories=5f15d5b2cb4a6642bddc0fe7,5f15d467f3a046427a1c26e1
AUTHORIZATIONBearer Token
Token
PARAMS
categories
Example Request
Get Filtering Product By Category Id
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers