Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 1b17041

Browse files
committed
Upload latest Postman API Collection
1 parent 8f3bf75 commit 1b17041

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

grocery-store-management-system.postman_collection.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,68 @@
433433
}
434434
},
435435
"response": []
436+
},
437+
{
438+
"name": "Last Month Orders Count",
439+
"request": {
440+
"auth": {
441+
"type": "bearer",
442+
"bearer": [
443+
{
444+
"key": "token",
445+
"value": "{{token}}",
446+
"type": "string"
447+
}
448+
]
449+
},
450+
"method": "GET",
451+
"header": [],
452+
"url": {
453+
"raw": "{{api}}/web/stats/admin/orders/past-month",
454+
"host": [
455+
"{{api}}"
456+
],
457+
"path": [
458+
"web",
459+
"stats",
460+
"admin",
461+
"orders",
462+
"past-month"
463+
]
464+
}
465+
},
466+
"response": []
467+
},
468+
{
469+
"name": "Ongoing Shipments Count",
470+
"request": {
471+
"auth": {
472+
"type": "bearer",
473+
"bearer": [
474+
{
475+
"key": "token",
476+
"value": "{{token}}",
477+
"type": "string"
478+
}
479+
]
480+
},
481+
"method": "GET",
482+
"header": [],
483+
"url": {
484+
"raw": "{{api}}/web/stats/admin/shipments/ongoing",
485+
"host": [
486+
"{{api}}"
487+
],
488+
"path": [
489+
"web",
490+
"stats",
491+
"admin",
492+
"shipments",
493+
"ongoing"
494+
]
495+
}
496+
},
497+
"response": []
436498
}
437499
]
438500
}

0 commit comments

Comments
 (0)