Live Shop Overview

Today's Sales
₹0
Completed orders revenue
Monthly Sales
₹0
Current month total
Total Catalog Products
0
Active products
Total Orders
0
0 Pending

Stock Status Overview

LOW STOCK ITEMS
0
OUT OF STOCK
0

Quick Controls

Login (Step 1: Password)

Register Demo Retailer

Product Catalog

Product Name SKU Selling Price Stock Status
Log in to view products

Inventory Status

Product Current Stock Reserved Stock Available Stock Status
Log in to view inventory

Recent Orders

Order # Customer Grand Total Payment Status
Log in to view orders

📫 How to test using Postman

A ready-to-import Postman Collection file has been generated in the project root: postman_collection.json.

  1. Open Postman & click Import.
  2. Choose file postman_collection.json from your workspace folder.
  3. Set environment variable baseUrl = http://localhost:5000.
  4. Execute request: Auth -> Login (Request OTP) with phone +919876543210 & password Admin@1234.
  5. Execute request: Auth -> Verify OTP. (The test script automatically sets {{accessToken}} for subsequent requests!).

Sample cURL Command

curl -X GET http://localhost:5000/api/products \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
  -H "Content-Type: application/json"