This is missing, the Order Details are available by calling the API and reading the full order information by calling
ModelService.ReadAsync Order OrderKey 4
All of this information should be displayed in a friendly and printable format. This is how the current frontend is doing this.
Go to http://preptickets.azurewebsites.net search USA and make a fake purchase to see this in action, below are the screen shots. The source code for this Angular project is available upon request.
Order Details

View & Print Ticket

The Print functions send a correctly formatted page to the printer, make sure you review how this is being done in the frontend so we can keep this the same.
This is missing, the Order Details are available by calling the API and reading the full order information by calling
ModelService.ReadAsync Order OrderKey 4
All of this information should be displayed in a friendly and printable format. This is how the current frontend is doing this.
Go to http://preptickets.azurewebsites.net search USA and make a fake purchase to see this in action, below are the screen shots. The source code for this Angular project is available upon request.
Order Details
View & Print Ticket
The Print functions send a correctly formatted page to the printer, make sure you review how this is being done in the frontend so we can keep this the same.