Updated Product Master API Documentation With Images
Updated Product Master API Documentation With Images
Base URL
https://demo.creativebees.in/system_test/api/
Authentication
Login
Endpoint: /login
Method: POST
Request Body:
"email": "[email protected]",
"password": "12345678"
Logout
Endpoint: /logout
Method: POST
Product Management
1. Create Product
Endpoint: /product/create
Method: POST
Request Parameters:
file (File, Optional) - Product document (PDF, DOC, DOCX; max 2048 KB).
image (File, Optional) - Product image (JPEG, PNG, JPG, GIF, SVG; max 2048 KB).
Add Product Page
2. Read Product
Endpoint: /product/read
Method: GET
3. Update Product
Endpoint: /product/update/{id}
Method: POST
4. Delete Product
Endpoint: /product/delete/{id}
Method: DELETE
Delete Confirmation
New Endpoints
5. Filter Products
Endpoint: /product/filter
Method: GET
Request Parameters:
"filters": [
}
Filter Products Page
Endpoint: /modify/{id}
Method: PATCH