Order Management 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 l-InventoryUpdate[InventoryUpdate]:::producer-->Order_Management_Service[Order Management Service]:::event classDef event stroke:#0a0292,stroke-width: 4px; classDef producer stroke:#75d7b6,stroke-width: 2px; classDef consumer stroke:#818cf8,stroke-width: 2px; click l-InventoryUpdate href "/disecomm/domains/Inventory/events/InventoryUpdate" "Go to InventoryUpdate" _self click Order_Management_Service href "/disecomm/domains/Orders/services/Order Management Service" "Go to Order Management Service" _self
Last updated on 2024/12/1