This repository was archived by the owner on Sep 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +62
-0
lines changed
Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments