-
Notifications
You must be signed in to change notification settings - Fork 3
Backend [Seller] Routes #6
Copy link
Copy link
Open
Description
| Route | GET | POST | PUT | Delete | Issue Number |
|---|---|---|---|---|---|
/product |
adds a new product | #11 | |||
/product/:id |
edits product details | #12 | |||
/product/:id |
remove a product | #15 | |||
/orders |
gets all purchase orders of the buyers with their details | #22 | |||
/clients |
gets the list of all registered clients with their details | #25 | |||
/search?section=value |
gets data of searched word that belong to section {value} | #33 |
Reactions are currently unavailable