| 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
/product/product/:id/product/:id/orders/clients/search?section=value