# Awesome Fake Company EventCatalog Documentation > Discover, Explore and Document your Event Driven Architectures ## Events - [Inventory adjusted - InventoryAdjusted - 1.0.1](https://demo.eventcatalog.dev/docs/events/InventoryAdjusted/1.0.1.md) - Indicates a change in inventory level - [Order amended - OrderAmended - 0.0.1](https://demo.eventcatalog.dev/docs/events/OrderAmended/0.0.1.md) - Indicates an order has been changed - [Order cancelled - OrderCancelled - 0.0.1](https://demo.eventcatalog.dev/docs/events/OrderCancelled/0.0.1.md) - Indicates an order has been canceled - [Order confirmed - OrderConfirmed - 0.0.1](https://demo.eventcatalog.dev/docs/events/OrderConfirmed/0.0.1.md) - Indicates an order has been confirmed - [Inventory out of stock - OutOfStock - 0.0.4](https://demo.eventcatalog.dev/docs/events/OutOfStock/0.0.4.md) - Indicates inventory is out of stock - [Payment Initiated - PaymentInitiated - 0.0.1](https://demo.eventcatalog.dev/docs/events/PaymentInitiated/0.0.1.md) - Event is triggered when a user initiates a payment through the Payment Service- [Payment Processed - PaymentProcessed - 1.0.0](https://demo.eventcatalog.dev/docs/events/PaymentProcessed/1.0.0.md) - Event is triggered after the payment has been successfully processed- [User subscription cancelled - UserSubscriptionCancelled - 0.0.1](https://demo.eventcatalog.dev/docs/events/UserSubscriptionCancelled/0.0.1.md) - An event that is triggered when a users subscription has been cancelled - [User subscription started - UserSubscriptionStarted - 0.0.1](https://demo.eventcatalog.dev/docs/events/UserSubscriptionStarted/0.0.1.md) - An event that is triggered when a new user subscription has started - [Inventory adjusted - InventoryAdjusted - 0.0.1](https://demo.eventcatalog.dev/docs/events/InventoryAdjusted/0.0.1.md) - Indicates a change in inventory level - [Inventory adjusted - InventoryAdjusted - 1.0.0](https://demo.eventcatalog.dev/docs/events/InventoryAdjusted/1.0.0.md) - Indicates a change in inventory level - [Inventory out of stock - OutOfStock - 0.0.1](https://demo.eventcatalog.dev/docs/events/OutOfStock/0.0.1.md) - Indicates inventory is out of stock - [Payment Processed - PaymentProcessed - 0.0.1](https://demo.eventcatalog.dev/docs/events/PaymentProcessed/0.0.1.md) - Event is triggered after the payment has been successfully processed ## Commands - [Add inventory - AddInventory - 0.0.3](https://demo.eventcatalog.dev/docs/commands/AddInventory/0.0.3.md) - Command that will add item to a given inventory id - [Cancel subscription - CancelSubscription - 0.0.1](https://demo.eventcatalog.dev/docs/commands/CancelSubscription/0.0.1.md) - Command that will try and cancel a users subscription - [Place Order - PlaceOrder - 0.0.1](https://demo.eventcatalog.dev/docs/commands/PlaceOrder/0.0.1.md) - Command that will place an order - [Subscribe user - SubscribeUser - 0.0.1](https://demo.eventcatalog.dev/docs/commands/SubscribeUser/0.0.1.md) - Command that will try and subscribe a given user - [Update inventory - UpdateInventory - 0.0.3](https://demo.eventcatalog.dev/docs/commands/UpdateInventory/0.0.3.md) - Command that will update a given inventory item ## Queries - [List inventory list - GetInventoryList - 0.0.1](https://demo.eventcatalog.dev/docs/queries/GetInventoryList/0.0.1.md) - GET request that will return inventory list - [Get inventory status - GetInventoryStatus - 0.0.1](https://demo.eventcatalog.dev/docs/queries/GetInventoryStatus/0.0.1.md) - GET request that will return the current stock status for a specific product. - [Get notification details - GetNotificationDetails - 0.0.1](https://demo.eventcatalog.dev/docs/queries/GetNotificationDetails/0.0.1.md) - GET request that will return detailed information about a specific notification, identified by its notificationId. - [Get order details - GetOrder - 0.0.1](https://demo.eventcatalog.dev/docs/queries/GetOrder/0.0.1.md) - GET request that will return detailed information about a specific order, identified by its orderId. - [Get payment status - GetPaymentStatus - 0.0.1](https://demo.eventcatalog.dev/docs/queries/GetPaymentStatus/0.0.1.md) - GET request that will return the payment status for a specific order, identified by its orderId. - [Get subscription status - GetSubscriptionStatus - 0.0.2](https://demo.eventcatalog.dev/docs/queries/GetSubscriptionStatus/0.0.2.md) - GET request that will return the current subscription status for a specific user, identified by their userId. - [Get user notifications - GetUserNotifications - 0.0.1](https://demo.eventcatalog.dev/docs/queries/GetUserNotifications/0.0.1.md) - GET request that will return a list of notifications for a specific user, with options to filter by status (unread or all). - [Get subscription status - GetSubscriptionStatus - 0.0.1](https://demo.eventcatalog.dev/docs/queries/GetSubscriptionStatus/0.0.1.md) - GET request that will return the current subscription status for a specific user, identified by their userId. ## Services - [Inventory Service - InventoryService - 0.0.2](https://demo.eventcatalog.dev/docs/services/InventoryService/0.0.2.md) - Service that handles the inventory - [Notifications - NotificationService - 0.0.2](https://demo.eventcatalog.dev/docs/services/NotificationService/0.0.2.md) - Service that handles orders - [Orders Service - OrdersService - 0.0.3](https://demo.eventcatalog.dev/docs/services/OrdersService/0.0.3.md) - Service that handles orders - [Payment Service - PaymentService - 0.0.1](https://demo.eventcatalog.dev/docs/services/PaymentService/0.0.1.md) - Service that handles payments - [Subscription Service - SubscriptionService - 0.0.1](https://demo.eventcatalog.dev/docs/services/SubscriptionService/0.0.1.md) - Service that handles subscriptions - [Inventory Service - InventoryService - 0.0.1](https://demo.eventcatalog.dev/docs/services/InventoryService/0.0.1.md) - Service that handles the inventory - [Orders Service - OrdersService - 0.0.2](https://demo.eventcatalog.dev/docs/services/OrdersService/0.0.2.md) - Service that handles orders ## Domains - [Orders - Orders - 0.0.3](https://demo.eventcatalog.dev/docs/domains/Orders/0.0.3.md) - undefined- [Payment - Payment - 0.0.1](https://demo.eventcatalog.dev/docs/domains/Payment/0.0.1.md) - Domain that contains payment related services and messages. - [Subscription - Subscription - 0.0.1](https://demo.eventcatalog.dev/docs/domains/Subscription/0.0.1.md) - Domain that contains subscription related services and messages. - [Orders - Orders - 0.0.1](https://demo.eventcatalog.dev/docs/domains/Orders/0.0.1.md) - Domain for everything shopping - [Orders - Orders - 0.0.2](https://demo.eventcatalog.dev/docs/domains/Orders/0.0.2.md) - undefined ## Teams - [full-stack](https://demo.eventcatalog.dev/docs/teams/full-stack.md) - Full stackers - [mobile-devs](https://demo.eventcatalog.dev/docs/teams/mobile-devs.md) - The mobile devs - [order-management](https://demo.eventcatalog.dev/docs/teams/order-management.md) - The order management team - [subscriptions-management](https://demo.eventcatalog.dev/docs/teams/subscriptions-management.md) - The subscriptions management team ## Users - [aSmith](https://demo.eventcatalog.dev/docs/users/asmith.md) - Amy Smith - [alee](https://demo.eventcatalog.dev/docs/users/alee.md) - Alice Lee - [azhang](https://demo.eventcatalog.dev/docs/users/azhang.md) - Alice Zhang - [dboyne](https://demo.eventcatalog.dev/docs/users/dboyne.md) - David Boyne - [dkim](https://demo.eventcatalog.dev/docs/users/dkim.md) - David Kim - [jbrown](https://demo.eventcatalog.dev/docs/users/jbrown.md) - Jessica Brown - [jchen](https://demo.eventcatalog.dev/docs/users/jchen.md) - Julia Chen - [jmiller](https://demo.eventcatalog.dev/docs/users/jmiller.md) - James Miller - [kpatel](https://demo.eventcatalog.dev/docs/users/kpatel.md) - Kiran Patel - [lkim](https://demo.eventcatalog.dev/docs/users/lkim.md) - Lisa Kim - [lnguyen](https://demo.eventcatalog.dev/docs/users/lnguyen.md) - Lily Nguyen - [mSmith](https://demo.eventcatalog.dev/docs/users/msmith.md) - Martin Smith - [mchen](https://demo.eventcatalog.dev/docs/users/mchen.md) - Michelle Chen - [mwang](https://demo.eventcatalog.dev/docs/users/mwang.md) - Michael Wang - [mwilson](https://demo.eventcatalog.dev/docs/users/mwilson.md) - Mike Wilson - [nshah](https://demo.eventcatalog.dev/docs/users/nshah.md) - Nina Shah - [rjohnson](https://demo.eventcatalog.dev/docs/users/rjohnson.md) - Robert Johnson - [rjones](https://demo.eventcatalog.dev/docs/users/rjones.md) - Robert Jones - [rsingh](https://demo.eventcatalog.dev/docs/users/rsingh.md) - Raj Singh - [rthomas](https://demo.eventcatalog.dev/docs/users/rthomas.md) - Ray Thomas - [spatel](https://demo.eventcatalog.dev/docs/users/spatel.md) - Sanya Patel - [slee](https://demo.eventcatalog.dev/docs/users/slee.md) - Sarah Lee - [tgarcia](https://demo.eventcatalog.dev/docs/users/tgarcia.md) - Tom Garcia