Used Endpoints Table of Contents Our Components Inventory Service Order Service Components Close to Us Notification Service Payment Service Components Distant from Us Warehouse Service Note This overview includes all endpoints known to be called. Our Components Inventory Service GET /inventory/{productId} used by Order Service POST /inventory/{productId}/reserve used by Order Service Order Service DELETE /orders/{orderId} used by Frontend Components Close to Us Notification Service POST /notifications/low-stock used by Inventory Service Payment Service POST /payments used by Order Service Components Distant from Us Warehouse Service GET /warehouses/stock/{productId} used by Inventory Service