| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | ||||||||||||||||||||||||||
2 | NAME | API ENDPOINT | METHOD | |||||||||||||||||||||||
3 | ||||||||||||||||||||||||||
4 | CUSTOMER | |||||||||||||||||||||||||
5 | ||||||||||||||||||||||||||
6 | AUTHENTICATION | |||||||||||||||||||||||||
7 | default=/auth | |||||||||||||||||||||||||
8 | Signup | /sigunp | POST | |||||||||||||||||||||||
9 | signin | /signin | POST | |||||||||||||||||||||||
10 | verifyEmail | /verify-email | PUT | |||||||||||||||||||||||
11 | Resend Email | /resend-email | POST | |||||||||||||||||||||||
12 | ForgotPassword | /forgot-password | PUT | |||||||||||||||||||||||
13 | ResetPassword | /reset-password/:token | PUT | |||||||||||||||||||||||
14 | ChangePassword | /chage-password | PUT | |||||||||||||||||||||||
15 | CurrentUser Profile | /profile | GET | |||||||||||||||||||||||
16 | Update Profile | /profile | PUT | |||||||||||||||||||||||
17 | Signout | /signout | POST | |||||||||||||||||||||||
18 | GoogleOaut | /signin/google/ | POST | |||||||||||||||||||||||
19 | RefreshToken | /users/token/ | POST | |||||||||||||||||||||||
20 | ||||||||||||||||||||||||||
21 | Payment | |||||||||||||||||||||||||
22 | default= /payment/ | |||||||||||||||||||||||||
23 | sucess | /success | POST | |||||||||||||||||||||||
24 | failure | /failure | POST | |||||||||||||||||||||||
25 | checkout | /checkout | ||||||||||||||||||||||||
26 | ||||||||||||||||||||||||||
27 | Cats Service | |||||||||||||||||||||||||
28 | default=/carts | |||||||||||||||||||||||||
29 | Add to cart | /{productId} | POST | |||||||||||||||||||||||
30 | View Cart Items | /{productID} | GET | |||||||||||||||||||||||
31 | Delete Cart Item | /{productID} | Delete | |||||||||||||||||||||||
32 | ||||||||||||||||||||||||||
33 | ||||||||||||||||||||||||||
34 | WishlistService | |||||||||||||||||||||||||
35 | Add to wislist | /wishlist/{productId} | POST | |||||||||||||||||||||||
36 | View wishlist Items | /wishlist/{productId} | GET | |||||||||||||||||||||||
37 | Delete wishlist Item | /wishlist/{productID} | Delete | |||||||||||||||||||||||
38 | ||||||||||||||||||||||||||
39 | ||||||||||||||||||||||||||
40 | Support Service | |||||||||||||||||||||||||
41 | default=/support/ | |||||||||||||||||||||||||
42 | Chat | /chat/{store_id} | Websocket | |||||||||||||||||||||||
43 | Live support | /video/{store_id} | WebRTC | |||||||||||||||||||||||
44 | ||||||||||||||||||||||||||
45 | ||||||||||||||||||||||||||
46 | Search Service | |||||||||||||||||||||||||
47 | GRAPHQL | whether single product or multiple etc.. | ||||||||||||||||||||||||
48 | ||||||||||||||||||||||||||
49 | ||||||||||||||||||||||||||
50 | Video stream service | |||||||||||||||||||||||||
51 | PlayVideo | /stream-video/{productID} | Webocket Stream | |||||||||||||||||||||||
52 | ||||||||||||||||||||||||||
53 | ORDERS | |||||||||||||||||||||||||
54 | default=/orders | |||||||||||||||||||||||||
55 | view order | /view-order/ | GET | |||||||||||||||||||||||
56 | view order detail | /view-order-detail/ | GET | |||||||||||||||||||||||
57 | create order | /create-order/?cart_id=abcd | POST | |||||||||||||||||||||||
58 | ||||||||||||||||||||||||||
59 | Order Track Service | |||||||||||||||||||||||||
60 | /order-status/ | |||||||||||||||||||||||||
61 | Track Order Status | /?_order_id=abcd | GET | Long polling | ||||||||||||||||||||||
62 | Orders History | /hostory | GET | |||||||||||||||||||||||
63 | ||||||||||||||||||||||||||
64 | ||||||||||||||||||||||||||
65 | ||||||||||||||||||||||||||
66 | ||||||||||||||||||||||||||
67 | SHOPKEEPER | |||||||||||||||||||||||||
68 | Shopkeeper Stores | |||||||||||||||||||||||||
69 | default=/store-api/ | |||||||||||||||||||||||||
70 | Create Store | /create-store/ | POST | |||||||||||||||||||||||
71 | Delete Store | /delete-store/ | DELETE | |||||||||||||||||||||||
72 | Update Store | /update-store/ | PUT | full-change | ||||||||||||||||||||||
73 | Update store | /update-store/ | PATCH | partial-change | ||||||||||||||||||||||
74 | Get store | /get-store/ | GET | |||||||||||||||||||||||
75 | ||||||||||||||||||||||||||
76 | Inventory/ Products | |||||||||||||||||||||||||
77 | default= /inventory | |||||||||||||||||||||||||
78 | list Existing | /products/?store_id=&search=param | GET | |||||||||||||||||||||||
79 | ADD inventory | /products/?store_id=abcd | POST | |||||||||||||||||||||||
80 | Replace Inventory | /products/?store_id=abcd | PUT | |||||||||||||||||||||||
81 | Update Inventory | /products/?store_id=abcd | PATCH | |||||||||||||||||||||||
82 | Delete Inventory item | /products/?store_id=abcd | DELETE | |||||||||||||||||||||||
83 | ||||||||||||||||||||||||||
84 | ||||||||||||||||||||||||||
85 | Ananlytics service | |||||||||||||||||||||||||
86 | default= /analytics | |||||||||||||||||||||||||
87 | net orders | /orders/?store_id=abcd | GET | Diff params| day, month, pending | ||||||||||||||||||||||
88 | net payment | /payment/?store_id=abcd | GET | Diff params| day, month, pending | ||||||||||||||||||||||
89 | ||||||||||||||||||||||||||
90 | ||||||||||||||||||||||||||
91 | ADMIN SITE | |||||||||||||||||||||||||
92 | Category Service | |||||||||||||||||||||||||
93 | List Categories | /categories | GET | |||||||||||||||||||||||
94 | Get Category Detail | /categories/{categoryID} | GET | |||||||||||||||||||||||
95 | Create Category | /categories | POST | |||||||||||||||||||||||
96 | Update Category | /categories/{categoryID} | PUT | |||||||||||||||||||||||
97 | Delete Category | /categories/{categoryID} | DELETE | |||||||||||||||||||||||
98 | ||||||||||||||||||||||||||
99 | Create Admin roles | |||||||||||||||||||||||||
100 | create admin roles | /admin/roles | POST | |||||||||||||||||||||||