Inventory Service
Simple API that handles interactions between users and their baskets. Use this service to add, remove and query the status of a users basket.
This service will also generate Async events for downstream services.
flowchart LR
classDef event stroke:#b13765,stroke-width: 4px;
classDef producer stroke:#75d7b6,stroke-width: 2px;
classDef consumer stroke:#818cf8,stroke-width: 2px;
Inventory_Service[Inventory Service]:::event-->r-InventoryUpdate[InventoryUpdate]:::consumer
click r-InventoryUpdate href "/disecomm/domains/Inventory/events/InventoryUpdate" "Go to InventoryUpdate" _self
click Inventory_Service href "/disecomm/domains/Inventory/services/Inventory Service" "Go to Inventory Service" _self
Last updated on 2024/12/1