Orders (v0.0.1)

Domain

Overview

The orders domain is the largest in the application. Event flows in this domain are responsible for the creation and manipulation of orders, order line items, inventory (stock) on hand, reserved stock, and much more.

An order entity can be any of the following:

  • Standard - A standard order that can contain comission requests as well as sale of physical inventory.
  • Consignment - A consignment order can only contain consignment items which result in the reservation of physical inventory rather than immediate sale.

Orders can also be optionally associated with a show, a customer, or a consignment instance.

Bounded Context

acceptsacceptsacceptsacceptsacceptspublishes eventpublishes eventpublishes eventpublishes eventpublishes eventpublishes eventpublishes eventreceives eventaccepts
Fulfill Line Item
v0.0.1Command
Create Order
v0.0.1Command
Cancel Order
v0.0.1Command
Cancel Line Item
v0.0.1Command
Amend Order
v0.0.1Command
Orders
v0.0.1Service
Order Fulfilled
v0.0.1Event
Order Created
v0.0.1Event
Order Cancelled
v0.0.1Event
Line item added
v0.0.1Event
Line Item Removed
v0.0.1Event
Line Item Fulfilled
v0.0.1Event
Order Amended
v0.0.1Event
Update Inventory
v0.0.1Command
Inventory
v0.0.1Service
Catalog Service
v0.0.1Service
Key
  • Event
  • Service
  • Command