UpdateOrderItemsCommand
data class UpdateOrderItemsCommand(val orderId: OrderId, val customerId: CustomerId, val items: List<OrderItem>)
Command to update the items of an existing order.
Command to update the items of an existing order.