Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 648 Bytes

endpoints.adoc

File metadata and controls

40 lines (18 loc) · 648 Bytes

Used Endpoints

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